Skip to content

Instantly share code, notes, and snippets.

@ambled
ambled / grid.styl
Created January 6, 2012 20:41 — forked from jokull/grid.styl
Stylus Skeleton responsive grid
// Based on getskeleton.com
@import "nib/clearfix"
@import "nib/reset"
global-reset()
columns = 16
column-width = 57px // Ends up as 1232px layout
gutter-width = 20px