Created
March 27, 2013 19:51
-
-
Save procload/5257461 to your computer and use it in GitHub Desktop.
This works...
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
.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