1
0
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:
Mark Otto
2014-12-04 00:09:37 -08:00
parent bad40d5c4a
commit c213ff820a
7 changed files with 79 additions and 77 deletions

View File

@@ -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;