Skip to content

ming-codes/ember-functional-css

Repository files navigation

ember-functional-css

Experimental addon that extracts class names from template and compile them as SCSS mixin includes.

Example.

<div class="ui-button(primary,small)"></div>

Will emit SCSS stylesheet

@include ui-button(primary,small);

Installation

  • git clone <repository-url> this repository
  • cd ember-functional-css
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors