Skip to content

Instantly share code, notes, and snippets.

@torounit
Created May 19, 2014 05:46
Show Gist options
  • Save torounit/2723d75eb0fd2a1c4004 to your computer and use it in GitHub Desktop.
Save torounit/2723d75eb0fd2a1c4004 to your computer and use it in GitHub Desktop.
rem Helper
@function rem($size) {
@return #{$size / $base-fontSize}rem;
}
@mixin font-size($size) {
font-size: $size;
font-size: rem($size);
}
@mixin line-height($size) {
line-height: $size;
line-height: rem($size);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment