Commit 1e38b459 authored by Mark Otto's avatar Mark Otto
Browse files

Add $font-weight-light var

parent ed4f5778
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment