Skip to content

Instantly share code, notes, and snippets.

@JamiesonRoberts
Created July 13, 2015 13:36
Show Gist options
  • Save JamiesonRoberts/b781bc2b56d7361047ad to your computer and use it in GitHub Desktop.
Save JamiesonRoberts/b781bc2b56d7361047ad to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$browser-context: 16; // Default
@function em($pixels, $context: $browser-context) {
@return #{$pixels/$context}em;
}
body {
font-size:em(32);
}
body {
font-size: 2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment