Created
July 26, 2016 14:12
-
-
Save brunopulis/78f692ddef77c76314fbd608bea4a886 to your computer and use it in GitHub Desktop.
Font Size Mixin
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
| // Font Size | |
| // =========================================== | |
| @mixin rem($font-size) { | |
| font-size: $font-size; | |
| font-size: ($font-size / $base-font-size) * 1rem; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment