Skip to content

Commit 554aa81

Browse files
committed
fix: wrong name in border-color property
1 parent 3c210f8 commit 554aa81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_utilities.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ $utilities: map-merge(
122122
0: 0,
123123
)
124124
),
125-
"var(--#{$variable-prefix}border-color, $border-color)": (
126-
property: var(--#{$variable-prefix}border-color, $border-color),
125+
"border-color": (
126+
property: border-color,
127127
class: border,
128128
values: map-merge($theme-colors, ("white": $white))
129129
),

0 commit comments

Comments
 (0)