aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-16 18:49:55 -0700
committerGitHub <[email protected]>2016-10-16 18:49:55 -0700
commit227f066650a4cec4a26cbffe162b784d1cbe19de (patch)
treebbd5ac4cddfe8cb4f8505eb0109d365960100280 /scss/_type.scss
parent7a3459c0b1ec9db7b7b4c66bfc003593f0cc8d56 (diff)
downloadbootstrap-227f066650a4cec4a26cbffe162b784d1cbe19de.tar.xz
bootstrap-227f066650a4cec4a26cbffe162b784d1cbe19de.zip
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 e0be5193c..ff7114074 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;
}