Skip to content

Instantly share code, notes, and snippets.

@brunocarvalhodearaujo
Created July 20, 2017 12:45
Show Gist options
  • Save brunocarvalhodearaujo/06826ba503c3190b1b77f5b521cb0c47 to your computer and use it in GitHub Desktop.
Save brunocarvalhodearaujo/06826ba503c3190b1b77f5b521cb0c47 to your computer and use it in GitHub Desktop.
@for $i from 1 through 20 {
$number: $i * 5;
.fs-#{$number} {
font-size: $number + px;
font-size: $number / 16 + rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment