From: Mark Otto Date: Sun, 9 Oct 2016 19:45:58 +0000 (-0700) Subject: Drop the -font-size variable for the newer -size-sm one X-Git-Tag: v4.0.0-alpha.5~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20867%2Fhead;p=thirdparty%2Fbootstrap.git Drop the -font-size variable for the newer -size-sm one Originally -font-size was added in v3 to set the font-size of the element. Now that we have newer, global type variables, we can use those instead for these kind of things. Fixes #20859 --- diff --git a/scss/_type.scss b/scss/_type.scss index ff7114074d..e0be5193c0 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -60,7 +60,7 @@ hr { small, .small { - font-size: $small-font-size; + font-size: $font-size-sm; font-weight: normal; } diff --git a/scss/_variables.scss b/scss/_variables.scss index 52bd0eb817..516cbbc76a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -205,8 +205,6 @@ $headings-color: inherit !default; $lead-font-size: 1.25rem !default; $lead-font-weight: 300 !default; -$small-font-size: 80% !default; - $text-muted: $gray-light !default; $abbr-border-color: $gray-light !default;