We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e749d commit eaa1023Copy full SHA for eaa1023
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@webpixels/css",
3
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.",
4
- "version": "2.0.4",
5
- "version_short": "2.0",
+ "version": "3.0.0-beta.1",
+ "version_short": "3.0",
6
"license": "MIT",
7
- "style": "dist/index.css",
8
- "sass": "index.scss",
+ "style": "dist/all.css",
+ "sass": "all.scss",
9
"keywords": [
10
"webpixels",
11
"bootstrap",
@@ -45,7 +45,7 @@
45
"devDependencies": {
46
"@popperjs/core": "^2.11.8",
47
"autoprefixer": "^10.4.20",
48
- "bootstrap": "^5.3.3",
+ "bootstrap": "^5.3.8",
49
"find-unused-sass-variables": "^6.0.0",
50
"fs-extra": "^11.3.0",
51
"install": "^0.13.0",
0 commit comments