Skip to content

Instantly share code, notes, and snippets.

@shaunbent
Created August 13, 2014 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaunbent/9158f08c4bcb3af3de55 to your computer and use it in GitHub Desktop.
Save shaunbent/9158f08c4bcb3af3de55 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
$gel-breakpoint-names: ('compact', 'small', 'medium', 'wide');
$gel-namespace: 'gel-' !default;
$gel-breakpoint-names: ('bp-a', 'bp-b', 'bp-c', 'bp-d') !default;
@each $breakpoint in $gel-breakpoint-names {
.#{$gel-namespace}#{$breakpoint} {
color: red;
}
}
.gel-compact {
color: red;
}
.gel-small {
color: red;
}
.gel-medium {
color: red;
}
.gel-wide {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment