mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
fix the variables i broke, temporarily disabling line-height-computed
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user