Skip to content

Instantly share code, notes, and snippets.

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