Skip to content

Instantly share code, notes, and snippets.

@chantastic
Created April 29, 2014 15:10
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 chantastic/11403215 to your computer and use it in GitHub Desktop.
Save chantastic/11403215 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
@each $h, $font-size in (h1: 2em, h2: 1.5em, h3: 1.2em) {
#{$h} {
font-size: $font-size;
}
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment