summaryrefslogtreecommitdiff
path: root/partials/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'partials/_base.scss')
-rw-r--r--partials/_base.scss12
1 files changed, 12 insertions, 0 deletions
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";