A fluid grid framework built upon Bourbon and Sass
To install Neat, you can download this repository or use the Component package manager.
npm install -g component
component install harp/neat
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 Bourbon is installed
| +- harp-neat/ <-- where this lib is installed
| …
|- main.scss <-- where you reference Bourbon and Neat
+- index.jade <-- where you reference main.css
Now, from within an .scss
file in your project, you can @import
Bourbon and Neat:
@import "components/harp-bourbon/scss/bourbon";
@import "components/harp-neat/scss/neat";
This component is Neat, which is Copyright © 2011-2013 thoughtbot and MIT licensed.