Created
July 20, 2017 12:45
-
-
Save brunocarvalhodearaujo/06826ba503c3190b1b77f5b521cb0c47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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