We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when minify a css string with @container rules, the output is not correct and the container queries will not work anymore
The text was updated successfully, but these errors were encountered:
I found a workaround, simply override the clean-css package:
clean-css
, "overrides": { "clean-css": "^5.3.3" },
The project is moved to the lit monorepo: https://github.com/lit/lit/tree/bd881370b83d366f7654dd510731242a68949a20/packages/labs/rollup-plugin-minify-html-literals
lit
but it hasn't been published to npm yet... @asyncLiz any update?
Sorry, something went wrong.
No branches or pull requests
Hi, when minify a css string with @container rules, the output is not correct and the container queries will not work anymore
The text was updated successfully, but these errors were encountered: