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
I am trying to add a container query to my stylesheet
@container (min-width: 320px) { #test { background: pink; } }
And I get unexpected and invalid character/property errors
Unexpected '}' at assets/css/frontend/style.css:36:24.,Invalid character(s) '} ' at assets/css/frontend/style.css:36:24. Ignoring.,Invalid property name '# { background' at assets/css/frontend/style.css.css:35:2. Ignoring. 4 files created. 5.6 kB → 4.38 kB
The text was updated successfully, but these errors were encountered:
Hi. Did you ever resolve this? We're getting the same issue and not quite sure how to resolve it.
Sorry, something went wrong.
I never did... I probably just stopped trying to use container queries. :(
Just experienced same issue with version 3.0.0.
In an other project version 4.0.0 was installed. This version is not giving errors and works. Solution: upgrade to 4.0.0 (or higher).
No branches or pull requests
I am trying to add a container query to my stylesheet
And I get unexpected and invalid character/property errors
The text was updated successfully, but these errors were encountered: