Skip to content

Instantly share code, notes, and snippets.

@MathRivest
Last active December 14, 2015 22:49
Show Gist options
  • Save MathRivest/5161380 to your computer and use it in GitHub Desktop.
Save MathRivest/5161380 to your computer and use it in GitHub Desktop.
Susy grid markup
/* =======================================================================
Grid System
========================================================================== */
.grid-container{
@include container;
}
@for $i from 1 through 12 {
.grid-col-#{$i} { @include span-columns($i); }
.grid-col-#{$i}_last { @include span-columns($i omega); }
.grid-offset-#{$i}{ @include pre($i); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment