Skip to content

Commit

Permalink
chore: add script for building development css version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Dec 23, 2022
1 parent 05c2b77 commit dbd263b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"style": "dist/low.css",
"sass": "low/_index.scss",
"scripts": {
"build:dev": "sass --load-path=./ main.scss dist/low.dev.css",
"build": "sass --load-path=./ --style compressed main.scss dist/low.css",
"prebuild": "rm -rf ./dist",
"postbuild": "postcss dist/low.css -o dist/low.css && csso dist/low.css --output dist/low.css --source-map dist/low.css.map"
Expand Down

0 comments on commit dbd263b

Please sign in to comment.