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

Use custom properties for font-stacks (#30509)

This commit is contained in:
Gaël Poupard
2020-04-10 20:31:58 +02:00
committed by GitHub
parent 8fe162d67a
commit bcdd8fbc07
3 changed files with 3 additions and 3 deletions

View File

@@ -441,7 +441,7 @@ $utilities: map-merge(
"font-family": (
property: font-family,
class: font,
values: (monospace: $font-family-monospace)
values: (monospace: var(--font-family-monospace))
),
"user-select": (
property: user-select,