Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aflashyrhetoric
Forked from olefredrik/_rem-calc.scss
Created June 29, 2018 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aflashyrhetoric/1bd3045ce4f1aa3483dc15a225e86814 to your computer and use it in GitHub Desktop.
Save aflashyrhetoric/1bd3045ce4f1aa3483dc15a225e86814 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