Skip to content

Commit 5f14af5

Browse files
Add missing !default to font variables
1 parent 8b5b212 commit 5f14af5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vendor/assets/stylesheets/bootstrap/_variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ $headingsColor: inherit !default; // empty to use BS default, $textColor
6262
// -------------------------
6363
// Based on 14px font-size and 20px line-height
6464

65-
$fontSizeLarge: $baseFontSize * 1.25; // ~18px
66-
$fontSizeSmall: $baseFontSize * 0.85; // ~12px
67-
$fontSizeMini: $baseFontSize * 0.75; // ~11px
65+
$fontSizeLarge: $baseFontSize * 1.25 !default; // ~18px
66+
$fontSizeSmall: $baseFontSize * 0.85 !default; // ~12px
67+
$fontSizeMini: $baseFontSize * 0.75 !default; // ~11px
6868

6969
$paddingLarge: 11px 19px !default; // 44px
7070
$paddingSmall: 2px 10px !default; // 26px

0 commit comments

Comments
 (0)