Skip to content

Instantly share code, notes, and snippets.

@procload
Created March 27, 2013 19:47
Show Gist options
  • Save procload/5257431 to your computer and use it in GitHub Desktop.
Save procload/5257431 to your computer and use it in GitHub Desktop.
Same idea, but with fewer style declarations.
.main-content {
@include container;
.content {
@extend %group;
}
.sidebar {
@include span-columns(3, 12);
} //sidebar
.main-article {
@include span-columns(8 omega, 12);
} //main-article
} //main-content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment