Skip to content

Instantly share code, notes, and snippets.

@drewbolles
Created January 27, 2016 23:26
Show Gist options
  • Select an option

  • Save drewbolles/ed5fa5f7c6b53a33f424 to your computer and use it in GitHub Desktop.

Select an option

Save drewbolles/ed5fa5f7c6b53a33f424 to your computer and use it in GitHub Desktop.
/**
* Field styles
*/
.field-project-tags {
> .field-items {
// clearfix
> .field-item {
// Media Query mixin, go!
@media (min-width: 600px) {
// some sweet Susy code
// we want 3 equal columns of tags
@include gallery(4);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment