Skip to content

Instantly share code, notes, and snippets.

@jackjennings
Last active August 29, 2015 14:22
Show Gist options
  • Save jackjennings/e12afa6c5dffd6307532 to your computer and use it in GitHub Desktop.
Save jackjennings/e12afa6c5dffd6307532 to your computer and use it in GitHub Desktop.
@include archive(exhibition) {
@include and-card(regular-archive) {
@include full-width;
@include meta-margin-small;
@include float-grid(post, 33%);
@include green-background;
@extend %expandable-archive;
.posts {
@include animated-height;
}
# ...
}
@include and-card(upcoming-archive) {
@include simple-archive;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment