diff options
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"; |