forked from AstrolabeCAE/SiteWebAstrolabe_public
Remove stalfos lib - with regression on some UI elements
This commit is contained in:
@@ -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)};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user