1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Fix undefined custom properties in reboot (#30981)

This commit is contained in:
Martijn Cuppens
2020-06-09 10:20:53 +02:00
committed by GitHub
parent e9da984ef4
commit e9f7a1d826
3 changed files with 6 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-family: $font-family-code;
@include font-size(1em); // Correct the odd `em` font sizing in all browsers.
}