Skip to content

Instantly share code, notes, and snippets.

@saucer-jp
Created March 9, 2012 06:13
Show Gist options
  • Save saucer-jp/2005301 to your computer and use it in GitHub Desktop.
Save saucer-jp/2005301 to your computer and use it in GitHub Desktop.
sass: function em
@function em( $num ) {
$em:$font-size * $num;
@return $em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment