Skip to content

Instantly share code, notes, and snippets.

@kfrank
Created September 19, 2012 23:59
Show Gist options
  • Save kfrank/3753117 to your computer and use it in GitHub Desktop.
Save kfrank/3753117 to your computer and use it in GitHub Desktop.
Header Font Size Loop
$h: h1, h2, h3, h4, h5, h6;
@for $i from 1 through 6 {
h#{$i} {
font-size: 3.5em - ($i/2.4);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment