From c213ff820a8bf9c44d44fd63a70aae5b6c2aaa2d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 4 Dec 2014 00:09:37 -0800 Subject: fix the variables i broke, temporarily disabling line-height-computed --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index 92b2a5fa1..4671db45d 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -78,7 +78,7 @@ $font-size-h6: 1rem; //** Unit-less `line-height` for use in components like buttons. $line-height-base: 1.5; //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc. -$line-height-computed: ($font-size-root * $line-height-base); +$line-height-computed: 1; //** By default, this inherits from the ``. $headings-font-family: inherit; -- cgit v1.2.3