diff options
| author | Gijs Rogé <[email protected]> | 2018-12-06 07:21:18 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-06 08:21:18 +0200 |
| commit | 3fbbe1bd3541cd2c76594fe6d5ddaeed76a669f9 (patch) | |
| tree | 2ac03a14032e604b52bc4bd0a4dfb623874a1a31 | |
| parent | 903e242650d468c622a0c5ded79a97d23ef47df7 (diff) | |
| download | bootstrap-3fbbe1bd3541cd2c76594fe6d5ddaeed76a669f9.tar.xz bootstrap-3fbbe1bd3541cd2c76594fe6d5ddaeed76a669f9.zip | |
Replaced fixed 'bolder' font weight value in reboot with variable. (#27782)
The default font weight value for <strong> <br> in reboot was
set by a fixed value we now use the variable $font-weight-bolder
to let users override this value.
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index ed4821a4d..8abdf1e8c 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -161,7 +161,7 @@ blockquote { b, strong { - font-weight: bolder; // Add the correct font weight in Chrome, Edge, and Safari + font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari } small { |
