Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2015-11-04 10:41:29 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-04 10:53:21 +0300
commit41cbf0fc64cd3793fec72b42554ed131d688a6ee (patch)
treeecfeab80b236cea334ad7991b19616817d22e243 /sass
parenteecec15327c5853d731e3f920261421edea185f7 (diff)
Re-add $rhythm-unit variable.
Diffstat (limited to 'sass')
-rw-r--r--sass/normalize/_variables.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/normalize/_variables.scss b/sass/normalize/_variables.scss
index 154eb3d..fc7a21e 100644
--- a/sass/normalize/_variables.scss
+++ b/sass/normalize/_variables.scss
@@ -11,6 +11,10 @@ $base-font-size: 16px !default;
// The base line height determines the basic unit of vertical rhythm.
$base-line-height: 24px !default;
+// The length unit in which to output vertical rhythm values.
+// Supported values: px, em, rem.
+$rhythm-unit: 'em' !default;
+
// The default font family.
$base-font-family: sans-serif !default;