Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created February 9, 2017 17:23
Show Gist options
  • Select an option

  • Save seven-phases-max/73b2e42d20b2a42d5db90650edd2c147 to your computer and use it in GitHub Desktop.

Select an option

Save seven-phases-max/73b2e42d20b2a42d5db90650edd2c147 to your computer and use it in GitHub Desktop.
.type(hero, @mb: 1.25rem) {
margin-bottom: @mb;
font-size: 2.625rem;
line-height: 1.238095238;
}
.type(not-a-hero, @mb: 1.55rem) {
margin-bottom: @mb;
font-size: 3.333rem;
line-height: 4.444444444;
}
// etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment