Skip to content

Instantly share code, notes, and snippets.

@jackjennings
Forked from briansw/posts.scss
Last active August 29, 2015 14:22
Show Gist options
  • Save jackjennings/a94e34b383452d3a172d to your computer and use it in GitHub Desktop.
Save jackjennings/a94e34b383452d3a172d to your computer and use it in GitHub Desktop.
.posts {
@include whitespacefix;
@include c6;
@include nogutters;
.post {
@include inlineblock;
@include c2;
@include regular;
}
}
.posts {
@include parentgrid;
@include regular;
@include gradient-background(blue, red);
@include foobar-icon;
@include some-magic;
.post {
@include brown-border;
@include margin(biggest);
@include griditem(c2, regular);
@include small;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment