Skip to content

Instantly share code, notes, and snippets.

// http://1kbgrid.com as a sass file.
@for !i from 1 through !number_of_columns
.grid_#{!i}
width = (!column_width + !gutter_width) * !i - !gutter_width
.column
margin = "0 #{!gutter_width / 2}"
overflow: hidden
float: left