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 68085ea commit 4fe7a68Copy full SHA for 4fe7a68
.changeset/purple-guests-grin.md
@@ -0,0 +1,5 @@
1
+---
2
+"@milesight/responsive-style": patch
3
4
+
5
+Create compressed resource when build output
packages/style/package.json
@@ -30,7 +30,7 @@
30
},
31
"scripts": {
32
"dev": "sass --watch scss:dist",
33
- "build": "sass scss:dist",
+ "build": "sass scss:dist && sass -s compressed scss/index.scss dist/index.min.css",
34
"lint": "eslint ./scss/* ",
35
"lint:fix": "eslint --fix ./scss/*"
36
0 commit comments