Created
April 25, 2017 07:07
-
-
Save olefredrik/e2e5822013c2a027e3b57cf21c8f4a48 to your computer and use it in GitHub Desktop.
rem-calc function
This file contains 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
@function rem-calc($size) { | |
$remSize: $size / 16; | |
@return #{$remSize}rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment