0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Add $font-weight-light var

This commit is contained in:
Mark Otto 2017-07-01 20:58:13 -07:00
parent ed4f5778a9
commit 1e38b45980

View 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;