@jswork/postsass
v1.0.6
Published
Cli compiler for sass/scss via dart-sass and postcss.
Downloads
22
Maintainers
Readme
postsass
Cli compiler for sass/scss via dart-sass and postcss.
installation
# public
npm i -g @jswork/postsass
# private
git clone https://github.com/afeiship/postsass.git
cd postsass
npm i && npm link
usage
Usage: postsass [options]
Options:
-V, --version output the version number
-s, --src <string> Sass/scss file path.
-d, --dst <string> Css file path.
-c, --copy Copy original src to dst.
-a, --is-sass Is sass file.
-m, --minify Minify css.
-l, --load-paths Load path.
-h, --help display help for command
license
Code released under the MIT license.