From 227f066650a4cec4a26cbffe162b784d1cbe19de Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Oct 2016 18:49:55 -0700 Subject: [PATCH] Revert "Drop the $small-font-size variable for the newer $font-size-sm one" --- scss/_type.scss | 2 +- scss/_variables.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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; } diff --git a/scss/_variables.scss b/scss/_variables.scss index ed0dee39fd..c1bcbdc2c0 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -205,6 +205,8 @@ $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;