Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created June 28, 2012 04:15
Show Gist options
  • Save hatefulcrawdad/3009035 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/3009035 to your computer and use it in GitHub Desktop.
Semantic Grid
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); }
}
}
}
@datashaman
Copy link

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