Skip to content

Instantly share code, notes, and snippets.

@asimpson
Created October 5, 2012 20:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save asimpson/3842163 to your computer and use it in GitHub Desktop.
Save asimpson/3842163 to your computer and use it in GitHub Desktop.
Old Scss Font-size mixin
@mixin font-size( $decimal-size ) {
font-size: $decimal-size * $base-font-multiplier * 16px;
font-size: $decimal-size * 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment