1
0
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:
Mark Otto
2022-04-06 17:35:31 -07:00
committed by Mark Otto
parent 5b31463e35
commit dab026fc2b
2 changed files with 7 additions and 2 deletions

View File

@@ -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
),