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 <markd.otto@gmail.com>2016-10-17 04:49:55 +0300
committerGitHub <noreply@github.com>2016-10-17 04:49:55 +0300
commit227f066650a4cec4a26cbffe162b784d1cbe19de (patch)
treebbd5ac4cddfe8cb4f8505eb0109d365960100280 /scss/_type.scss
parent7a3459c0b1ec9db7b7b4c66bfc003593f0cc8d56 (diff)
Revert "Drop the $small-font-size variable for the newer $font-size-sm one"
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 e0be5193c0..ff7114074d 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -60,7 +60,7 @@ hr {
small,
.small {
- font-size: $font-size-sm;
+ font-size: $small-font-size;
font-weight: normal;
}