harp / neat

A semantic, fluid grid framework on top of Sass and Bourbon

Home Page:http://neat.bourbon.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

harp-neat

A fluid grid framework built upon Bourbon and Sass

Dependencies

  • NodeJSServer-side JavaScript runtime
  • HarpThe static web server with built-in preprocessing

Install

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

Link

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";

Resources

License

This component is Neat, which is Copyright © 2011-2013 thoughtbot and MIT licensed.

About

A semantic, fluid grid framework on top of Sass and Bourbon

http://neat.bourbon.io/


Languages

Language:CSS 100.0%