Experimental addon that extracts class names from template and compile them as SCSS mixin includes.
Example.
Will emit SCSS stylesheet
@include ui-button(primary,small);git clone <repository-url>this repositorycd ember-functional-cssnpm install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.