Created
September 14, 2016 20:02
-
-
Save aarongustafson/786a586122f392fba7c851f02c664a63 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
@each $breakpoint, $declaration in $breakup-breakpoints { | |
@include breakup-block( $breakpoint ) { | |
@include breakup-media( $declaration, true ) { | |
#getActiveMQ-watcher { | |
font-family: "#{$breakpoint}"; | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment