diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-13 19:35:48 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-01-13 16:22:25 -0800 |
| commit | 8db577bd51cc76f38bc61fdfb40b88e19386e163 (patch) | |
| tree | f8825583ea8a69f9461a36207165c5a8996d2d73 | |
| parent | 4b839b1c87429fcd5f2488ef12a25cf35050f426 (diff) | |
| download | bootstrap-8db577bd51cc76f38bc61fdfb40b88e19386e163.tar.xz bootstrap-8db577bd51cc76f38bc61fdfb40b88e19386e163.zip | |
Prevent useless property rendering
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 945f98d92..a6ad6a053 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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; |
