1.0.0 • Published 9 years ago

ember-cli-rsass v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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.

References