Skip to content

Instantly share code, notes, and snippets.

@bogdansoare
Forked from daneden/type.variables.scss
Created July 19, 2014 10:22
Show Gist options
  • Save bogdansoare/6c883bc41c610565d3f5 to your computer and use it in GitHub Desktop.
Save bogdansoare/6c883bc41c610565d3f5 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