Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created June 25, 2012 17:13
Show Gist options
  • Select an option

  • Save sadaco/2989951 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/2989951 to your computer and use it in GitHub Desktop.
heading
@size: 60px;
h1 { font-size: @size; }
h2 { font-size: @size * .8; }
h3 { font-size: @size * .6; }
h4 { font-size: @size * .4; }
h5 { font-size: @size * .2; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment