doiuse icon indicating copy to clipboard operation
doiuse copied to clipboard

css-not-sel-list doesn't support [class*='xxx'] syntax

Open acailly opened this issue 5 months ago • 0 comments

I use stylelint with the plugin no-unsupported-browser-features, that uses doiuse internally

Stylelint report an error Unexpected browser feature "css-not-sel-list" is not not supported by ... with the following code:

&:not([class*='foo-bar']) {
  box-shadow: none;
}

I see on https://caniuse.com/css-not-sel-list that :not([c]) should be supported, right? Or maybe I'm missing something 😄

acailly avatar Sep 19 '24 14:09 acailly