Created
September 21, 2012 13:39
-
-
Save philtr/3761498 to your computer and use it in GitHub Desktop.
easy grids with sass and bourbon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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