Created
June 28, 2012 04:15
-
-
Save hatefulcrawdad/3009035 to your computer and use it in GitHub Desktop.
Semantic Grid
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
header { @include outerRow(); | |
aside { @include column(4); } | |
section { @include column(8); | |
article { @include innerRow(); | |
header { @include column(2); | |
mid-width: 0; } | |
div { @include column(10); } | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why would the outer container be a header element? Seems like the whole page is in there, which means it should be body or something else just inside body.