Skip to content

Commit

Permalink
Add $font-weight-light var
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 11, 2017
1 parent ed4f577 commit 1e38b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1e38b45

Please sign in to comment.