lahmatiy / postcss-csso

PostCSS plugin to minify CSS using CSSO
MIT License
119 stars 6 forks source link

Patch SyntaxError with container query #28

Open wegry opened 2 years ago

wegry commented 2 years ago

https://github.com/lahmatiy/postcss-csso/issues/26#issuecomment-1292648156

This PR is mostly to highlight the bug above. A better fix might be in csso itself.

mykhailo-zakharov-duda-co commented 1 year ago

is this fix released?

k0nserv commented 4 months ago

@wegry Why did you close this, it seems fine to me and csso seems to support @container queries just fine(see screenshot). @lahmatiy any chance something like this could be merged and released?

image

wegry commented 4 months ago

@k0nserv I had been experimenting with container queries in my previous role. The role's browser support didn't allow container queries, so I punted on this.