From a05ace9beb016040d63e83835ef9001026e945d2 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 24 Nov 2013 15:12:00 +0100 Subject: Declare high-level base variables in partials. --- partials/_base-compass.scss | 4 ++++ partials/_base.scss | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 partials/_base-compass.scss create mode 100644 partials/_base.scss (limited to 'partials') 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"; -- cgit v1.2.3