mini.css/node_modules/sass.js
Angelos Chalaris 11e48409bb Started working on Gluon core
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
2018-05-28 12:29:34 +03:00
..
dist Started working on Gluon core 2018-05-28 12:29:34 +03:00
maps Started working on Gluon core 2018-05-28 12:29:34 +03:00
CHANGELOG.md Started working on Gluon core 2018-05-28 12:29:34 +03:00
LICENSE Started working on Gluon core 2018-05-28 12:29:34 +03:00
package.json Started working on Gluon core 2018-05-28 12:29:34 +03:00
README.md Started working on Gluon core 2018-05-28 12:29:34 +03:00

Sass.js

Sass parser in JavaScript. Have a look at the Interactive Playground to play around with compiling SCSS to CSS in your browser.

This is a convenience API for emscripted libsass (at v3.4.9). If you're looking to run Sass in node, you're probably looking for node-sass. Sass.js and node-sass should generate the same results.

A fair warning: minified the worker weighs 3.4MB, gzipped it's still 740KB. If you're on NodeJS, please use the (considerably faster) node-sass instead.

You may also be interested in giving Dart Sass a shot.

Documentation

Who uses Sass.js

Sass.js is used in the following tools:

Authors

Credits

License

Sass.js is - as libsass and emscripten are - published under the MIT License.