Skip to content

Instantly share code, notes, and snippets.

@procload
Created March 27, 2013 19:51
Show Gist options
  • Save procload/5257461 to your computer and use it in GitHub Desktop.
Save procload/5257461 to your computer and use it in GitHub Desktop.
This works...
.main-content {
@include container;
.content {
@extend %group;
}
.sidebar {
@include respond-to(47em) {
@include span-columns(3, 12);
}
} //sidebar
.main-article {
@include respond-to(47em) {
@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