Skip to content
 
 

Repository files navigation

ember-cli-bourbon

Include bourbon in an ember-cli app.

When the addon is installed, it will add bourbon as a bower dependency.

Dependencies

Your project should already be set up to handle sass/scss builds. If you're not, do so by running:

npm install broccoli-sass --save-dev

Usage

In your ember-cli (>= 0.1.1) project, run:

npm install ember-cli-bourbon --save-dev
ember g ember-cli-bourbon

The generator will create an app.scss with the sole contents being:

@import "bourbon";

If you already have content in your app.scss, you can just choose "n" and add that line to the top of app.scss yourself.

Developing this Addon

Running Tests

  • ember test
  • ember test --server

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

About

Include bourbon in an ember-cli app.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages