-
Notifications
You must be signed in to change notification settings - Fork 4
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-query-polyfill: console error with class name ".container" #26
Comments
This has something to do with the class name Because of this error i needed to remove the |
I had wondered a few times where the |
This definitely caused us some headaches and in general I believe we should not include progressive polyfills per default, only those ensuring x browser compatibility. |
I'm fine with not including this by default but we should keep it around somewhere so that it's easy accessible in case someone needs to use it. |
There's already a PR in place to fix this issue but the repository is kind of stale as the team is trying to rewrite the polyfill to match the latest spec and align with the web platform tests. |
There is a strange bug with the container query polyfill.
This example...
...generates a console error
It seems to be a combination of the class name (if the string
container
is included) and the SCSS Parent Selector (&--
).Findings from the debugging:
This works...
...and also this
The text was updated successfully, but these errors were encountered: