diff options
author | Siri Reiter <siri@jones.dk> | 2013-12-01 22:11:54 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-01 22:11:54 +0100 |
commit | 115c4cddded6594fc29f1469ae29f277057628c9 (patch) | |
tree | a53685e62077044e845b96d3cea3ba4532bdce93 /partials | |
parent | a49a839300fcb13089538546590bafe1d5a1a45a (diff) |
Use h5bp, and tidy misc. details.
Diffstat (limited to 'partials')
-rw-r--r-- | partials/_base-h5bp.scss | 5 | ||||
-rw-r--r-- | partials/_base.scss | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/partials/_base-h5bp.scss b/partials/_base-h5bp.scss new file mode 100644 index 0000000..c9ab66b --- /dev/null +++ b/partials/_base-h5bp.scss @@ -0,0 +1,5 @@ +// Compass integration +// +// No styleguide reference. +$font-size: $baseFontSize; +$line-height: $baseLineHeight; diff --git a/partials/_base.scss b/partials/_base.scss new file mode 100644 index 0000000..6302f0a --- /dev/null +++ b/partials/_base.scss @@ -0,0 +1,10 @@ +// Typography +// +// No styleguide reference. +$baseFontSize: 12px; +$baseLineHeight: ($baseFontSize * 2); + +// Framework integrations +// +// No styleguide reference. +@import "base-h5bp"; |