Do container-queries work in Nuxt v3? #10258
-
Hi I've followed the getting started instructions but tailwind does not appear to be compiling the Is this a problem with the https://github.com/nuxt-community/nuxt-tailwindcss module? Many thanks Chris |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Could you elaborate more on what you mean by |
Beta Was this translation helpful? Give feedback.
-
In building a minimal test case project I found that the container queries do work. I'll go back to my main project and try again. I think the confusion may be down to the container variants being quite different in size to the browser media query variants (eg |
Beta Was this translation helpful? Give feedback.
-
Did you ever figure out the source of the problem? I am facing the same issue |
Beta Was this translation helpful? Give feedback.
In building a minimal test case project I found that the container queries do work. I'll go back to my main project and try again. I think the confusion may be down to the container variants being quite different in size to the browser media query variants (eg
xl
!=@xl
at 100vw) - so just my naivety with a new concept.