Skip to content

Commit 684e07e

Browse files
committed
updated packages
1 parent 8218fe9 commit 684e07e

File tree

15 files changed

+41
-431
lines changed

15 files changed

+41
-431
lines changed

dist/extra.css

Lines changed: 5 additions & 0 deletions
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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css

Lines changed: 3 additions & 5 deletions
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.

dist/utilities.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utilities.css.map

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

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@webpixels/css",
3-
"description": "Utility and component-centric Design System based on Bootstrap for fast, responsive UI development.",
4-
"version": "1.1.92",
5-
"version_short": "1.1",
3+
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.",
4+
"version": "1.2.0",
5+
"version_short": "1.2",
66
"license": "MIT",
77
"style": "dist/index.css",
88
"sass": "index.scss",
@@ -33,10 +33,10 @@
3333
},
3434
"scripts": {
3535
"build": "npm run css",
36-
"css-compile": "sass --load-path=node_modules --style=compressed --source-map --embed-sources src:dist/",
37-
"css-lint": "stylelint src/",
38-
"css-prefix": "postcss --replace dist/index.css --use autoprefixer --map",
39-
"css-purge": "purgecss --css dist/index.css --content index.html --output dist/css/",
36+
"css:compile": "sass --load-path=node_modules --style=compressed --source-map --embed-sources src:dist/",
37+
"css:lint": "stylelint src/",
38+
"css:prefix": "postcss --replace dist/index.css --use autoprefixer --map",
39+
"css:purge": "purgecss --css dist/index.css --content index.html --output dist/css/",
4040
"css": "npm-run-all css-compile css-prefix",
4141
"postpublish": "script/postpublish",
4242
"prepublishOnly": "script/prepublish",
@@ -46,8 +46,8 @@
4646
"test": "npm run css-lint && npm run css"
4747
},
4848
"peerDependencies": {
49-
"@popperjs/core": "^2.9.2",
50-
"bootstrap": "^5.2.0"
49+
"@popperjs/core": "^2.11.6",
50+
"bootstrap": "^5.2.1"
5151
},
5252
"devDependencies": {
5353
"autoprefixer": "^10.2.6",
@@ -58,5 +58,9 @@
5858
"purgecss": "^4.0.3",
5959
"sass": "^1.35.1",
6060
"serve": "^14.0.1"
61+
},
62+
"dependencies": {
63+
"stylelint": "^14.11.0",
64+
"stylelint-config-twbs-bootstrap": "^6.0.0"
6165
}
6266
}

src/components-only.scss

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/core/_index.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
// Webpixels CSS Functions
1+
// Webpixels CSS functions
22
@import "functions";
33

4-
// Webpixels CSS Variables
4+
// Webpixels CSS overrides
55
@import "variables";
6+
@import "maps";
67

7-
// Bootstrap Functions, Variables, and Mixins
8+
// Bootstrap functions, bariables, and mixins
89
@import "bootstrap/scss/functions";
910
@import "bootstrap/scss/maps";
1011
@import "bootstrap/scss/variables";
1112
@import "bootstrap/scss/mixins";
1213

13-
// Custom Mixins used to extend Bootstrap's default settings
14+
// Webpixels CSS mixins
1415
@import "mixins/forms";
1516
@import "mixins/link";
1617
@import "mixins/modals";

0 commit comments

Comments
 (0)