Skip to content

Instantly share code, notes, and snippets.

@VoloshchenkoAl
Last active March 2, 2016 19:18
Show Gist options
  • Save VoloshchenkoAl/d2d7d88b11443a0be9ed to your computer and use it in GitHub Desktop.
Save VoloshchenkoAl/d2d7d88b11443a0be9ed to your computer and use it in GitHub Desktop.
$browser-context: 18px;
@function em($pixels, $context: $browser-context) {
@return ($pixels / $context) * 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment