1.0.0 • Published 8 years ago

simple-sass v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

simple sass

Simple CLI wrapper around this https://github.com/medialize/sass.js/blob/master/dist/sass.sync.js.

Use Cases

There are several downsides to using this module (or rather utilising sass.sync.js from sass.js) compared to more traditional approaches already available in the Node.js ecosystem. This approach is purposefully synchronous and free of any external dependencies. This is for situations where utilising native code is difficult (e.g. Azure) or unavailable and where blocking the event loop isn't necessarily an issue, e.g. building your project.

Usage

$ [sudo] npm install -g simple-sass
...
$ simplesass input_file.scss --out output.css

License

MIT