1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Fix bug where border-1, border-2, etc don't work (#1526)

This commit is contained in:
Nick Anderson
2023-05-09 13:41:28 -07:00
committed by GitHub
parent 03bbd26fe7
commit 7cb84c846d
+1 -1
View File
@@ -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,
);