|
@@ -1,8 +1,8 @@
|
|
$border-values: (
|
|
$border-values: (
|
|
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style)
|
|
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style)
|
|
- $border-color-translucent,
|
|
|
|
|
|
+ var(--#{$prefix}border-color-translucent),
|
|
wide: $border-width-wide var(--#{$prefix}border-style)
|
|
wide: $border-width-wide var(--#{$prefix}border-style)
|
|
- $border-color-translucent,
|
|
|
|
|
|
+ var(--#{$prefix}border-color-translucent),
|
|
0: 0,
|
|
0: 0,
|
|
);
|
|
);
|
|
|
|
|