Skip to content

Instantly share code, notes, and snippets.

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