1.0.6 • Published 6 months ago

@jswork/postsass v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

postsass

Cli compiler for sass/scss via dart-sass and postcss.

version license size download

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.