mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #20867 from twbs/dedupe-sm-vars
Drop the $small-font-size variable for the newer $font-size-sm one
This commit is contained in:
commit
3b13f81126
@ -60,7 +60,7 @@ hr {
|
|||||||
|
|
||||||
small,
|
small,
|
||||||
.small {
|
.small {
|
||||||
font-size: $small-font-size;
|
font-size: $font-size-sm;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -205,8 +205,6 @@ $headings-color: inherit !default;
|
|||||||
$lead-font-size: 1.25rem !default;
|
$lead-font-size: 1.25rem !default;
|
||||||
$lead-font-weight: 300 !default;
|
$lead-font-weight: 300 !default;
|
||||||
|
|
||||||
$small-font-size: 80% !default;
|
|
||||||
|
|
||||||
$text-muted: $gray-light !default;
|
$text-muted: $gray-light !default;
|
||||||
|
|
||||||
$abbr-border-color: $gray-light !default;
|
$abbr-border-color: $gray-light !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user