css / csso

CSS minifier with structural optimizations
https://css.github.io/csso/csso.html
MIT License
3.74k stars 189 forks source link

The negation pseudo-class If two selectors are used, they are omitted. #436

Closed seunghun closed 3 years ago

seunghun commented 3 years ago

The negation pseudo-class If two selectors are used, they are omitted.

ex) *:not(Foo, Foo2) --> null

image

lahmatiy commented 3 years ago

Can not to reproduce. Could you please provide a problem CSS instead of screenshot? You may play with CSS and minification results in web interface

seunghun commented 3 years ago

After re-testing, it is assumed that this bug is caused by another module. Sorry