Skip to content

Instantly share code, notes, and snippets.

@daneden
Created July 18, 2014 17:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save daneden/2a66b7756340a87832d9 to your computer and use it in GitHub Desktop.
Save daneden/2a66b7756340a87832d9 to your computer and use it in GitHub Desktop.
// Group: Font & Baseline Sizes
$base-font-size: (13/16)*100%;
$baseline-unitless: 23 / (16*($base-font-size/100%));
$baseline: $baseline-unitless * 1rem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment