ember-cli-rsass
v1.0.0
Published
Use ruby's sass comand line tool to preprocess your ember-cli app's files.
Downloads
3
Readme
ember-cli-rsass
This addon inserts adds ruby's sass
processing into the javascript preprocessor for Ember CLI.
Installation / Usage
Make sure ruby's command line sass compiler is installed:
gem install sass
From within your Ember CLI application (must be >= 0.0.41), run the following:
npm install --save-dev ember-cli-rsass
That's all. You can now use sass syntax supported by ruby's sass
in your .scss
and .sass
files.
files.