summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--partials/_base-compass.scss1
-rw-r--r--partials/_base.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/partials/_base-compass.scss b/partials/_base-compass.scss
index 24cb2e6..c6c4b79 100644
--- a/partials/_base-compass.scss
+++ b/partials/_base-compass.scss
@@ -2,3 +2,4 @@
//
// No styleguide reference.
$base-font-size: $baseFontSize;
+$base-line-height: $baseLineHeight;
diff --git a/partials/_base.scss b/partials/_base.scss
index ff75a30..1868216 100644
--- a/partials/_base.scss
+++ b/partials/_base.scss
@@ -3,6 +3,7 @@
// No styleguide reference.
// Follow W3C recommendation: http://www.w3.org/QA/Tips/font-size
$baseFontSize: 16px;
+$baseLineHeight: 24px;
$headerFontSize: 24px;