diff options
Diffstat (limited to 'partials/_base.scss')
-rw-r--r-- | partials/_base.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/partials/_base.scss b/partials/_base.scss index 8b2dadb..b1bec29 100644 --- a/partials/_base.scss +++ b/partials/_base.scss @@ -12,13 +12,6 @@ $colorBase: $black; $colorBg: $white; $colorPrimary: $green; -// Typography -// -// No styleguide reference. -// Follow W3C recommendation: http://www.w3.org/QA/Tips/font-size -$baseFontSize: 16px; -$baseFontFamily: Arial, Helvetica, sans-serif; - $baseTextColor: $colorBase; $linkColor: $colorBase; @@ -34,5 +27,5 @@ $large-desktop: screen min-width 40em; // Framework integrations // // No styleguide reference. +@import "base-typey"; @import "base-normalize"; -@import "base-blueprint"; |