Skip to content
New issue

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

@container inside css literal does not work #27

Open
BennyAlex opened this issue Dec 4, 2022 · 1 comment
Open

@container inside css literal does not work #27

BennyAlex opened this issue Dec 4, 2022 · 1 comment

Comments

@BennyAlex
Copy link

Hi, when minify a css string with @container rules, the output is not correct and the container queries will not work anymore

@maxicasa
Copy link

I found a workaround, simply override the clean-css package:

,
  "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

but it hasn't been published to npm yet... @asyncLiz any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants