Remove stalfos lib - with regression on some UI elements

This commit is contained in:
2025-09-26 16:17:38 +02:00
parent 208ec207e5
commit 327e8a2af4
12 changed files with 39 additions and 173 deletions

View File

@@ -1,6 +1,6 @@
:root {
// Pull the tokens and generate custom props
@each $color in $stalfos-colors {
@each $color in $colors {
#{'--color-' + nth($color, 1)}: #{nth($color, 2)};
}