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 9c036c3 commit 4de786dCopy full SHA for 4de786d
packages/main/package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "launch.css",
3
- "version": "1.0.30",
+ "version": "1.0.31",
4
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
5
"homepage": "https://launch-css.dev",
6
"main": "dist/index.css",
7
"scripts": {
8
"dev": "sass src/_index.scss dist/index.css --watch",
9
- "build": "sass --no-source-map src/_index.scss dist/index.css",
+ "build": "sass --style compressed src/_index.scss dist/index.css",
10
"test": "echo \"Error: no test specified\" && exit 1",
11
"prepublish": "pnpm run build"
12
},
0 commit comments