purple-force/css-minify

selector use brackets like :not(.foo) .boo error

RiceeeChang opened this issue · 1 comments

a:not(.foo) .boo {}

will be convert

a:not(.foo).boo

It delete the space, let the seletor become error.

css-minify@2.0.0