NO BUG: Linting issue with Themes->Stylesheet

Hey guys. Linting in Themes->Stylesheet is a bit off.

I just added some valid CSS which shows errors.

image

That’s not a bug but a feature of the linter. If you hover over the red x it should show a tooltip like:

unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)

See declaration-block-no-duplicate-properties | Stylelint

1 Like