2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1 -1
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.
}