Skip to content

Instantly share code, notes, and snippets.

@briansw
Last active August 29, 2015 14:22
Show Gist options
  • Save briansw/e13612c02b52d15fdf7d to your computer and use it in GitHub Desktop.
Save briansw/e13612c02b52d15fdf7d to your computer and use it in GitHub Desktop.
.posts-wrapper {
.sidebar {
@include inlineblock;
@include c2;
@include regular;
}
.posts {
@include whitespacefix;
@include c4;
@include nogutters;
.post {
@include inlineblock;
@include c2;
@include regular;
}
}
}
.posts-wrapper {
@include parentgrid(c6);
.sidebar { @include griditem(c2, regular); }
.posts {
@include parentgrid(c4);
.post { @include griditem(c2, regular); }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment