A simple and lightweight mixin library for Sass
To install Bourbon, you can download this repository or use the Component package manager.
npm install -g component
component install harp/bourbon
Your project will look something like this…
myproject/ <-- your project root (or public dir if in framework-mode)
|- components/ <-- harp puts components here
| +- harp-bourbon/ <-- where this lib gets installed
| …
|- main.scss <-- where you reference Bourbon
+- index.jade <-- where you reference main.css
Now, from within a .scss
file in your project, you can @import
Bourbon:
@import "components/harp-bourbon/scss/bourbon";
Or, just a portion of Bourbon:
@import "components/harp-bourbon/scss/css3/transition";
This component is Bourbon, which is Copyright © 2011-2013 thoughtbot and MIT licensed.