From 1e38b459809fd7cc9a02a898930d050ef35d1819 Mon Sep 17 00:00:00 2001 From: Mark Otto <markd.otto@gmail.com> Date: Sat, 1 Jul 2017 20:58:13 -0700 Subject: [PATCH] Add $font-weight-light var --- scss/_variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_variables.scss b/scss/_variables.scss index e2bacef4af..bf99163888 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; -- GitLab