fix scss linter

This commit is contained in:
Lisa Durand 2024-10-16 14:41:09 +02:00
parent fd38288cf8
commit 84c2965edf
No known key found for this signature in database
GPG key ID: 0DF91F2CA1E8B816

View file

@ -1,8 +1,7 @@
@import "colors";
@import "constants";
$colors:
"green-tilleul-verveine",
$colors: "green-tilleul-verveine",
"green-bourgeon",
"green-emeraude",
"green-menthe",
@ -33,6 +32,6 @@ $colors:
--hover: var(--background-action-low-#{$color}-hover);
--active: var(--background-action-low-#{$color}-active);
background-color: var(--background-action-low-#{$color});
color:var(--text-action-high-#{$color})
color: var(--text-action-high-#{$color});
}
}