From 4278eb57ab1e9c48fb4f465867c38642b6eae0cc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Feb 2016 23:59:53 -0800 Subject: [PATCH] Add $small-font-size variable [skip sauce] [skip validator] --- 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 1075757795..e3be17b22e 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -60,7 +60,7 @@ hr { small, .small { - font-size: 80%; + font-size: $small-font-size; font-weight: normal; } diff --git a/scss/_variables.scss b/scss/_variables.scss index e28b46711d..037683555a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -193,6 +193,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; -- 2.47.2