Add reorder handler to fills, strokes and shadows

This commit is contained in:
alonso.torres 2024-12-04 14:38:56 +01:00
parent 579a5729e6
commit 06da4bd392
18 changed files with 160 additions and 81 deletions

View file

@ -14,5 +14,7 @@ $sz-36: px2rem(36);
$sz-160: px2rem(160);
$sz-200: px2rem(200);
$sz-224: px2rem(224);
$sz-252: px2rem(252);
$sz-284: px2rem(284);
$sz-400: px2rem(400);
$sz-964: px2rem(964);

View file

@ -5,6 +5,6 @@
// Copyright (c) KALEIDOS INC
.icon {
fill: none;
stroke: currentColor;
fill: var(--icon-fill-color, none);
stroke: var(--icon-stroke-color, currentColor);
}