]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add $font-weight-light var
authorMark Otto <markd.otto@gmail.com>
Sun, 2 Jul 2017 03:58:13 +0000 (20:58 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 11 Aug 2017 05:40:02 +0000 (22:40 -0700)
scss/_variables.scss

index e2bacef4af57dd7845410434a7e723f9ee6cfd13..bf9916388879e83c4a885f6184933b92a615de81 100644 (file)
@@ -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;