mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
Revert border-color utilities to use the CSS property instead of the variable
This commit is contained in:
@@ -148,8 +148,7 @@ $utilities: map-merge(
|
||||
)
|
||||
),
|
||||
"border-color": (
|
||||
css-var: true,
|
||||
css-variable-name: border-color,
|
||||
property: border-color,
|
||||
class: border,
|
||||
values: $utilities-border-colors
|
||||
),
|
||||
|
Reference in New Issue
Block a user