Skip to content

Instantly share code, notes, and snippets.

@dipiash
Last active September 16, 2015 19:35
Show Gist options
  • Select an option

  • Save dipiash/0da231831f5e495b0356 to your computer and use it in GitHub Desktop.

Select an option

Save dipiash/0da231831f5e495b0356 to your computer and use it in GitHub Desktop.
SCSS
html {
font-size: 16px;
}
.header {
font-weight: normal;
$start_size: 1.8rem;
@for $i from 1 through 6 {
&--size_#{$i} {
font-size: $start_size - (0.2rem * $i);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment