Skip to content

Commit 8218fe9

Browse files
committed
splitted files
1 parent 3478fd8 commit 8218fe9

File tree

9 files changed

+36
-5
lines changed

9 files changed

+36
-5
lines changed

dist/index.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/index.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"peerDependencies": {
4949
"@popperjs/core": "^2.9.2",
50-
"bootstrap": "^5.1.3"
50+
"bootstrap": "^5.2.0"
5151
},
5252
"devDependencies": {
5353
"autoprefixer": "^10.2.6",
@@ -57,6 +57,6 @@
5757
"postcss-cli": "^8.3.1",
5858
"purgecss": "^4.0.3",
5959
"sass": "^1.35.1",
60-
"serve": "^11.3.2"
60+
"serve": "^14.0.1"
6161
}
6262
}

src/components-only.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*!
2+
* Webpixels CSS v1.1.92 (https://webpixels.io/)
3+
* Copyright 2022 Webpixels
4+
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
5+
*/
6+
7+
8+
@import "base";
9+
@import "components";
10+
// @import "extra";
11+
// @import "utilities";

src/core/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
// Bootstrap Functions, Variables, and Mixins
88
@import "bootstrap/scss/functions";
9+
@import "bootstrap/scss/maps";
910
@import "bootstrap/scss/variables";
1011
@import "bootstrap/scss/mixins";
1112

src/core/variables/_options.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ $enable-important-utilities: true !default;
2525
// Prefix for :root CSS variables
2626

2727
$variable-prefix: x- !default;
28+
$prefix: $variable-prefix !default;
2829

2930
// Tab size for :root tab-size
3031
$tab-size: 4 !default;

src/forms-only.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*!
2+
* Webpixels CSS v1.1.92 (https://webpixels.io/)
3+
* Copyright 2022 Webpixels
4+
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
5+
*/
6+
7+
8+
@import "forms";
9+
// @import "extra";
10+
// @import "utilities";

src/index.scss

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

src/utilities-only.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*!
2+
* Webpixels CSS v1.1.92 (https://webpixels.io/)
3+
* Copyright 2022 Webpixels
4+
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
5+
*/
6+
7+
8+
@import "utilities";

0 commit comments

Comments
 (0)