"border-color": (
property: border-color,
class: border,
- values: map-merge($theme-colors, (white: $white))
+ values: map-merge($theme-colors, ("white": $white))
),
// Sizing utilities
"width": (
values: map-merge(
$theme-colors,
(
- white: $white,
- body: $body-color,
- muted: $text-muted,
- black-50: rgba($black, .5),
- white-50: rgba($white, .5),
- reset: inherit,
+ "white": $white,
+ "body": $body-color,
+ "muted": $text-muted,
+ "black-50": rgba($black, .5),
+ "white-50": rgba($white, .5),
+ "reset": inherit,
)
)
),
values: map-merge(
$theme-colors,
(
- body: $body-bg,
- white: $white,
- transparent: transparent
+ "body": $body-bg,
+ "white": $white,
+ "transparent": transparent
)
)
),