Co-authored-by: Paweł Kuna <[email protected]>
@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+
+Add steps light colors
@@ -17,6 +17,10 @@
@each $name, $color in $extra-colors {
.steps-#{$name} {
--#{$prefix}steps-color: var(--#{$prefix}#{$name});
+ &-lt {
+ --#{$prefix}steps-color: var(--#{$prefix}#{$name}-lt);
+ }
}