Skip to content

Instantly share code, notes, and snippets.

@philtr
Created September 21, 2012 13:39
Show Gist options
  • Save philtr/3761498 to your computer and use it in GitHub Desktop.
Save philtr/3761498 to your computer and use it in GitHub Desktop.
easy grids with sass and bourbon
// http://thoughtbot.com/bourbon
@import 'bourbon'
$gw-colmumn: 65
$gw-gutter: 20
@for $columns from 1 through 12
.grid-#{$columns}
width: grid-width($columns)
.offset-#{$columns}
margin-left: grid-width($columns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment