Skip to content

Instantly share code, notes, and snippets.

View martharotter's full-sized avatar

Martha Rotter martharotter

View GitHub Profile
@scottkellum
scottkellum / _grid.sass
Created October 27, 2011 16:56
universal layout
// MEASUREMENTS
$base-size: 16px !default
$line-height: 1.3em !default
$margin: 5% !default
$gutter-width: 10% !default
$gutter-height: $line-height
$module-width: respond !default
$module-height: $line-height * 3 !default
$columns: 12 !default
$wrapper-align: center !default