Skip to content

Instantly share code, notes, and snippets.

@drewbolles
Created January 27, 2016 20:05
Show Gist options
  • Save drewbolles/a0a32fc289f1586d3609 to your computer and use it in GitHub Desktop.
Save drewbolles/a0a32fc289f1586d3609 to your computer and use it in GitHub Desktop.
.view-products {
.view-content {
// micro clearfix, I have a mixin
&:after {
content: " ";
display: table;
clear: both;
}
}
.views-row {
// insert favorite MQ mixin here
@media all and (min-width: 600px) {
// we assume Susy is set up to have 12 cols
@include gallery(6);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment