This package has been deprecated

Author message:

Development of this module has been stopped.

simple-sass

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i simple-sass

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • roryrjb