summaryrefslogtreecommitdiff
path: root/partials/_base.scss
blob: 6302f0afc85a0abf5c65d57898e86afabff88c9f (plain)
  1. // Typography
  2. //
  3. // No styleguide reference.
  4. $baseFontSize: 12px;
  5. $baseLineHeight: ($baseFontSize * 2);
  6. // Framework integrations
  7. //
  8. // No styleguide reference.
  9. @import "base-h5bp";