diff options
Diffstat (limited to 'partials')
-rw-r--r-- | partials/_base-compass.scss | 4 | ||||
-rw-r--r-- | partials/_base.scss | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/partials/_base-compass.scss b/partials/_base-compass.scss new file mode 100644 index 0000000..24cb2e6 --- /dev/null +++ b/partials/_base-compass.scss @@ -0,0 +1,4 @@ +// Compass integration +// +// No styleguide reference. +$base-font-size: $baseFontSize; diff --git a/partials/_base.scss b/partials/_base.scss new file mode 100644 index 0000000..9c71b6f --- /dev/null +++ b/partials/_base.scss @@ -0,0 +1,12 @@ +// Typography +// +// No styleguide reference. +// Follow W3C recommendation: http://www.w3.org/QA/Tips/font-size +$baseFontSize: 16px; + +$headerFontSize: 24px; + +// Framework integrations +// +// No styleguide reference. +@import "base-compass"; |