aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 00:09:37 -0800
committerMark Otto <[email protected]>2014-12-04 00:09:37 -0800
commitc213ff820a8bf9c44d44fd63a70aae5b6c2aaa2d (patch)
tree6d2eeab1d15e1a3b325c95d5e9d042e781c4875b /scss
parentbad40d5c4ac47efdadcf524455cf3e12f5bec82b (diff)
downloadbootstrap-c213ff820a8bf9c44d44fd63a70aae5b6c2aaa2d.tar.xz
bootstrap-c213ff820a8bf9c44d44fd63a70aae5b6c2aaa2d.zip
fix the variables i broke, temporarily disabling line-height-computed
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
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 `<body>`.
$headings-font-family: inherit;