Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created May 15, 2014 07:37
Show Gist options
  • Save Kcko/98cd9440b29c52678776 to your computer and use it in GitHub Desktop.
Save Kcko/98cd9440b29c52678776 to your computer and use it in GitHub Desktop.
Simple rem mixin
@mixin font-size($sizeValue: 1.6) {
font-size: ($sizeValue * 10) + px;
font-size: $sizeValue + rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment