diff options
| author | Mark Otto <[email protected]> | 2016-10-27 20:02:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 20:02:59 -0700 |
| commit | 61b01f9b28090ea98ca51ff078014bb9c97660e7 (patch) | |
| tree | f8a1ff527e98cec118291aa297448d0d6e045a67 /scss/_variables.scss | |
| parent | cfc8e40da93683d5f0b7fd120b59b7dac94f9fd5 (diff) | |
| parent | e5bb0c40f408054f3ae14d74764b99a46cb08321 (diff) | |
| download | bootstrap-61b01f9b28090ea98ca51ff078014bb9c97660e7.tar.xz bootstrap-61b01f9b28090ea98ca51ff078014bb9c97660e7.zip | |
Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into tomhorvat-patch-1
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index cafd887c1..4b5af26ad 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -221,6 +221,7 @@ $font-size-xs: .75rem !default; $font-weight-normal: normal !default; $font-weight-bold: bold !default; +$font-weight-base: $font-weight-normal !default; $line-height-base: 1.5 !default; $font-size-h1: 2.5rem !default; |
