fix scss linter
This commit is contained in:
parent
fd38288cf8
commit
84c2965edf
1 changed files with 22 additions and 23 deletions
|
@ -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});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue