Replies: 1 comment 1 reply
-
See #9558. |
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
-
What version of Tailwind CSS are you using?
"@nuxtjs/tailwindcss": "^6.12.2"
What build tool (or framework if it abstracts the build tool) are you using?
"nuxt": "^3.15.1"
What version of Node.js are you using?
v20.15.0
What browser are you using?
Chrome / Edge
What operating system are you using?
macOS
Reproduction URL
Describe your issue
After configuring like this,
max-lg-inclusive:w-[40rem]
runs normally, butmax-lg:w-[55rem]
loses its effect. It does not generate CSS code as expected.And in VSCode, the Tailwind CSS IntelliSense plugin does not generate prompts like other breakpoints.
Beta Was this translation helpful? Give feedback.
All reactions