Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-10-09 22:45:58 +0300
committerMark Otto <markdotto@gmail.com>2016-10-09 22:45:58 +0300
commit8f6a47303a3b52002e4519679db1bfb4b0a449de (patch)
treec7665e5d820220487319d05531f7852cf9509317 /scss/_type.scss
parentf49a7a2a0830ced28c5dbd8f94e04ad2f9d7425d (diff)
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
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
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;
}