css-not-sel-list error in css module
Enivia opened this issue · 1 comments
Enivia commented
.a:not(:global(.b)) {
}
:global
is only a global style selector wrapper but also get error
clshortfuse commented
:global
isn't part of the CSS spec. It's custom-built syntax.
Like when working with scss
you should only pass valid (processed) CSS to doiuse.