aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
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;