Created
January 27, 2016 23:26
-
-
Save drewbolles/ed5fa5f7c6b53a33f424 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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