Skip to content

Instantly share code, notes, and snippets.

@lol768
Created June 7, 2014 19:12
Show Gist options
  • Save lol768/4951f36aa195f57e765f to your computer and use it in GitHub Desktop.
Save lol768/4951f36aa195f57e765f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
@import "compass";
// you could abstract this into a mixin if you wanted to
$headings: 1,2,3,4;
$selector: ();
@each $item in $headings {
$selector: append($selector, unquote('h#{$item}'), comma);
}
#{$selector} {
font-weight: 200;
}
h1, h2, h3, h4 {
font-weight: 200;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment