Skip to content

Instantly share code, notes, and snippets.

@procload
Created September 26, 2013 21:24
Show Gist options
  • Save procload/6720775 to your computer and use it in GitHub Desktop.
Save procload/6720775 to your computer and use it in GitHub Desktop.
@function calc-em($target-px, $context) {
@return ($target-px / $context) * 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment