Skip to content

Instantly share code, notes, and snippets.

@olefredrik
Created April 25, 2017 07:07
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save olefredrik/e2e5822013c2a027e3b57cf21c8f4a48 to your computer and use it in GitHub Desktop.
Save olefredrik/e2e5822013c2a027e3b57cf21c8f4a48 to your computer and use it in GitHub Desktop.
rem-calc function
@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