ember-cli-sass-susy
v1.0.0-beta.1d
Published
Susy components for Ember.js
Downloads
8
Maintainers
Readme
ember-cli-susy
Include susy in an ember-cli app.
When the addon is installed, it will add susy as a node dependency.
Dependencies
Your project should already be set up to handle sass/scss builds. If you're not, do so by running:
ember install ember-cli-sass
Install
In your app, run:
ember install ember-cli-sass-susy
The generator will create an app.scss
with the sole contents being:
@import "susy";