2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -2
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
),