Skip to content

Instantly share code, notes, and snippets.

@petesmaluck
Last active August 29, 2015 14:14
Show Gist options
  • Save petesmaluck/c3ec4729251e8590719b to your computer and use it in GitHub Desktop.
Save petesmaluck/c3ec4729251e8590719b to your computer and use it in GitHub Desktop.
section {
@include outer-container;
.sidebar {
@include span-columns(4);
@include media($mobile) {
display: none;
}
}
.content {
@include span-columns(8);
@include media($mobile) {
@include span-columns(12);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment