Skip to content

Instantly share code, notes, and snippets.

@ArnaudBan
Last active December 16, 2015 19:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArnaudBan/5487193 to your computer and use it in GitHub Desktop.
Save ArnaudBan/5487193 to your computer and use it in GitHub Desktop.
Compass fonction to always work in em easily
@function px_to_em( $value, $context : 16 ){
@return ( $value / $context ) + 0em ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment