Note: you must be in your project directory when you use these commands
$ bower install --save bourbon
$ bower install --save neat
Then, in your main sass stylesheet:
@import '../bower_components/bourbon/app/assets/stylesheets/bourbon';
@import '../bower_components/neat/app/assets/stylesheets/neat';
Bourbon is a collection of SASS mixins. It is especially useful when using CSS
properties that require vendor prefixes (i.e. -webkit-...
).
The complete list of functions and mixins is available at http://bourbon.io.
em()
, rem()
modular-scale()
tint()
, shade()
clearfix
Neat is a grid framework built on top of Bourbon.
The examples page shows the common usages of the library.