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,24 +1,23 @@
@import "colors";
@import "constants";
$colors:
"green-tilleul-verveine",
"green-bourgeon",
"green-emeraude",
"green-menthe",
"green-archipel",
"blue-ecume",
"blue-cumulus",
"purple-glycine",
"pink-macaron",
"pink-tuile",
"yellow-tournesol",
"yellow-moutarde",
"orange-terre-battue",
"brown-cafe-creme",
"brown-caramel",
"brown-opera",
"beige-gris-galet";
$colors: "green-tilleul-verveine",
"green-bourgeon",
"green-emeraude",
"green-menthe",
"green-archipel",
"blue-ecume",
"blue-cumulus",
"purple-glycine",
"pink-macaron",
"pink-tuile",
"yellow-tournesol",
"yellow-moutarde",
"orange-terre-battue",
"brown-cafe-creme",
"brown-caramel",
"brown-opera",
"beige-gris-galet";
@each $color in $colors {
@ -29,10 +28,10 @@ $colors:
input[type=image].fr-tag--#{$color},
input[type=reset].fr-tag--#{$color},
input[type=submit].fr-tag--#{$color} {
--idle:transparent;
--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})
--idle: transparent;
--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});
}
}