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); } | |
} | |
} | |
} |
I've never seen the mid-width
property before, and would like to read up on it. Does anyone know where it is documented? Is it proprietary to SCSS; I couldn't find it in Mozilla MDN's CSS3 documentation.
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should be
remove trailing 's' in 'columns'