aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-01 20:58:13 -0700
committerMark Otto <[email protected]>2017-08-10 22:40:02 -0700
commit1e38b459809fd7cc9a02a898930d050ef35d1819 (patch)
tree4b507fb0304f850822973f57d48ab57ebd7b1afc
parented4f5778a92be24e7d47f93ff569fef03b9f106e (diff)
downloadbootstrap-1e38b459809fd7cc9a02a898930d050ef35d1819.tar.xz
bootstrap-1e38b459809fd7cc9a02a898930d050ef35d1819.zip
Add $font-weight-light var
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index e2bacef4a..bf9916388 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -239,6 +239,7 @@ $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
$font-size-lg: 1.25rem !default;
$font-size-sm: .875rem !default;
+$font-weight-light: light !default;
$font-weight-normal: normal !default;
$font-weight-bold: bold !default;