mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
5 lines
147 B
SCSS
5 lines
147 B
SCSS
|
// BUG: We removed the prefix and Bootstrap still tried to load --bs-font-monospace
|
||
|
pre, code, kbd, samp {
|
||
|
font-family: var(--font-monospace);
|
||
|
}
|