Replies: 1 comment 1 reply
-
I never use it to help you here. But note that this polyfill requires also JS file on client-side (not only PostCSS plugin). Honestly, there is no good container queries polyfill. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am really new to PostCSS and am wondering how to get container queries functioning. The issue I'm encountering is my ﹫container declarations are just skipped at compile. I added container-name and container-type to be ignored properties in my linting, as well as added container to the ignore rules. I've tested the queries themselves work, but can't get them to be included in my compile step. I've seen this plugin, but it hasn't been updated since 2019, so was unsure if that was the right path considering I'm less looking for a polyfill than native support. Can anyone shed some light on what I might be messing up?
Beta Was this translation helpful? Give feedback.
All reactions