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