Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created September 14, 2016 20:02
Show Gist options
  • Save aarongustafson/786a586122f392fba7c851f02c664a63 to your computer and use it in GitHub Desktop.
Save aarongustafson/786a586122f392fba7c851f02c664a63 to your computer and use it in GitHub Desktop.
@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