960 Grid System – Compass Plugin
Fork from chriseppstein/compass-960-plugin
Install
gem install itsucks-compass-960-plugin
or
rake install
Create a 960-based Compass Project
compass create -r ninesixty <project name> --using 960
Then edit your `grid.sass` files accordingly.
Customizing your Grid System
- screen.sass
%body
#wrap
#header
#main.clearfix
.g12
.content
.sidebar
#footer
- grid.sass
%body
#wrap
#header
#main.clearfix
.g12
.g16
#footer