Skip to content

Instantly share code, notes, and snippets.

@stoplion
Created July 12, 2012 15:23
Show Gist options
  • Save stoplion/3098846 to your computer and use it in GitHub Desktop.
Save stoplion/3098846 to your computer and use it in GitHub Desktop.
header mixin
=headers($largest-header: 7em)
@for $i from 1 through 6
h#{$i}
font-weight: bold
font-size: $largest-header / $i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment