Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created May 14, 2013 14:03
Show Gist options
  • Save jdewind/5576139 to your computer and use it in GitHub Desktop.
Save jdewind/5576139 to your computer and use it in GitHub Desktop.
@mixin scaffolding-with-border($borderSize) {
@for $i from 1 through 12 {
.span#{$i} {
width: 60px * $i + (20px * ($i - 1)) - $borderSize*2;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment