summaryrefslogtreecommitdiff
path: root/partials/_base.scss
blob: 18682161e8ea6ed64bcbf8a214bca1374e873cfb (plain)
  1. // Typography
  2. //
  3. // No styleguide reference.
  4. // Follow W3C recommendation: http://www.w3.org/QA/Tips/font-size
  5. $baseFontSize: 16px;
  6. $baseLineHeight: 24px;
  7. $headerFontSize: 24px;
  8. // Framework integrations
  9. //
  10. // No styleguide reference.
  11. @import "base-compass";
  12. @import "base-normalize";