Prevent useless property rendering

This commit is contained in:
Martijn Cuppens 2019-01-13 19:35:48 +01:00 committed by Mark Otto
parent 4b839b1c87
commit 8db577bd51
1 changed files with 2 additions and 2 deletions

View File

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