Install for Rails 3.1+
In your Gemfile:gem 'bourbon'
$ bundle install
application.css
to application.css.scss
:mv app/assets/stylesheets/application.css app/assets/stylesheets/application.css.scss
*= require_tree .
@import "bourbon";
@import "home";
@import "users";
Install for a Non-Rails App
Installation
Install the gem$ gem install bourbon
stylesheets
directory by generating the bourbon
folder:$ bourbon install
Sass Watch
Run a standardsass --watch
from the command line:$ sass --watch stylesheets/sass:stylesheets
@import 'bourbon/bourbon';
Other Commands
See the complete list of Command Line Tools.$ bourbon help
$ bourbon update
from http://bourbon.io/