mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix bug where border-1, border-2, etc don't work (#1526)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$border-values: (
|
||||
null: $border-width var(--#{$prefix}border-style) $border-color-translucent,
|
||||
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) $border-color-translucent,
|
||||
wide: $border-width-wide var(--#{$prefix}border-style) $border-color-translucent,
|
||||
0: 0,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user