medialize / sass.js

Sass.js - API for emscripted libsass to run in the browser

Home Page:http://medialize.github.io/playground.sass.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.6.2). 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 4.5MB, gzipped it's still 827KB. 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.

About

Sass.js - API for emscripted libsass to run in the browser

http://medialize.github.io/playground.sass.js/

License:MIT License


Languages

Language:JavaScript 74.0%Language:CSS 10.4%Language:C++ 8.0%Language:HTML 5.8%Language:Shell 1.8%