Skip to content

Instantly share code, notes, and snippets.

@chanified
Created March 18, 2015 00:38
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 chanified/adfbe6a26d2232972b93 to your computer and use it in GitHub Desktop.
Save chanified/adfbe6a26d2232972b93 to your computer and use it in GitHub Desktop.
Headings - Less
.hClass (@index) when (@index > 0) {
h@{index} {
font: 32px/42px trajan-pro-1,trajan-pro-2;
}
.hClass(@index - 1);
}
.hClass(6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment