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
Currently this code isn't understood
container-type: inline-size; // <- warning, "Unknown property: 'container-type'ts-styled-plugin(9999)" .someChildren { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; }; @container (max-width: 10rem) { // <- error, "} expected ts-styled-plugin(9999)" .someChildren { flex-direction: column; } }
The text was updated successfully, but these errors were encountered:
Plus 1. Any guidance from the team on when this can be rolled out?
Sorry, something went wrong.
Probably going to need a community PR for it. I definitely don't have time to maintain this library too unfortunately
@container
Here's a PR to fix this issue: #19
Successfully merging a pull request may close this issue.
Currently this code isn't understood
The text was updated successfully, but these errors were encountered: