style(input.css
): incorrect selector
#928
Labels
Milestone
input.css
): incorrect selector
#928
In the input.css it's written as
:where(.elm-input[type=color],
... , but probably should be:where(.elm-input[type=color]),
...The text was updated successfully, but these errors were encountered: