0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

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 <small> element. Now that we have newer, global type variables, we can use those instead for these kind of things.

Fixes #20859
This commit is contained in:
Mark Otto 2016-10-09 12:45:58 -07:00
parent f49a7a2a08
commit 8f6a47303a
2 changed files with 1 additions and 3 deletions

View File

@ -60,7 +60,7 @@ hr {
small,
.small {
font-size: $small-font-size;
font-size: $font-size-sm;
font-weight: normal;
}

View File

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