Skip to content

Commit 4437285

Browse files
committed
version changes
1 parent cd50b06 commit 4437285

File tree

10 files changed

+10
-11
lines changed

10 files changed

+10
-11
lines changed

dist/extra.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extra.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utility.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Webpixels CSS v1.2.0-beta-1 (https://webpixels.io/)
2+
* Webpixels CSS v1.2.1 (https://webpixels.io/)
33
* Copyright 2022 Webpixels
44
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
55
*/

dist/utility.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webpixels/css",
33
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"version_short": "1.2",
66
"license": "MIT",
77
"style": "dist/index.css",

scss/extra.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Webpixels CSS v1.2.0-beta-1 (https://webpixels.io/)
2+
* Webpixels CSS v1.2.1 (https://webpixels.io/)
33
* Copyright 2022 Webpixels
44
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
55
*/

scss/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Webpixels CSS v1.2.0-beta-1 (https://webpixels.io/)
2+
* Webpixels CSS v1.2.1 (https://webpixels.io/)
33
* Copyright 2022 Webpixels
44
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
55
*/

scss/utility.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*!
2-
* Webpixels CSS v1.2.0-beta-1 (https://webpixels.io/)
2+
* Webpixels CSS v1.2.1 (https://webpixels.io/)
33
* Copyright 2022 Webpixels
44
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
55
*/
66

7-
// @import "core";
87
@import "utilities";

0 commit comments

Comments
 (0)