mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Prevent useless property rendering
This commit is contained in:
parent
4b839b1c87
commit
8db577bd51
1 changed files with 2 additions and 2 deletions
|
@ -304,10 +304,10 @@ $h5-font-size: $font-size-base * 1.25 !default;
|
|||
$h6-font-size: $font-size-base !default;
|
||||
|
||||
$headings-margin-bottom: $spacer / 2 !default;
|
||||
$headings-font-family: inherit !default;
|
||||
$headings-font-family: null !default;
|
||||
$headings-font-weight: 500 !default;
|
||||
$headings-line-height: 1.2 !default;
|
||||
$headings-color: inherit !default;
|
||||
$headings-color: null !default;
|
||||
|
||||
$display1-size: 6rem !default;
|
||||
$display2-size: 5.5rem !default;
|
||||
|
|
Loading…
Add table
Reference in a new issue