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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user