Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created August 13, 2013 20:42
Show Gist options
  • Save babsgosgens/6225478 to your computer and use it in GitHub Desktop.
Save babsgosgens/6225478 to your computer and use it in GitHub Desktop.
@mixin font-size($target,$context:$base-font-size)
{
// font-size: px-to-relative-font-size($target, $context);
@include adjust-font-size-to($target, $context);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment