Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Last active December 21, 2015 01:09
Show Gist options
  • Save babsgosgens/6225561 to your computer and use it in GitHub Desktop.
Save babsgosgens/6225561 to your computer and use it in GitHub Desktop.
@function px-to-relative-line-height($target-px, $context: $base-font-size, $unit: $leading-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