selector use brackets like :not(.foo) .boo error
RiceeeChang opened this issue · 1 comments
RiceeeChang commented
a:not(.foo) .boo {}
will be convert
a:not(.foo).boo
It delete the space, let the seletor become error.
purple-force commented
css-minify@2.0.0