Skip to content

Instantly share code, notes, and snippets.

@neromaki
Created February 4, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neromaki/4673676bb4e4da22415b to your computer and use it in GitHub Desktop.
Save neromaki/4673676bb4e4da22415b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$base-font-size: 16;
@function font-size( $target ) {
@return ($target / $base-font-size) + 0em;
}
p {
font-size: font-size(16);
}
p {
font-size: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment