@jswork/postsass

1.0.6 • Public • Published

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.

Package Sidebar

Install

npm i @jswork/postsass

Homepage

js.work

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

5.91 kB

Total Files

5

Last publish

Collaborators

  • afeiship