Skip to content

Instantly share code, notes, and snippets.

@asanchezr
Created September 30, 2019 18:36
Show Gist options
  • Save asanchezr/4fe723988c79d0942945cdc3238daf37 to your computer and use it in GitHub Desktop.
Save asanchezr/4fe723988c79d0942945cdc3238daf37 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