You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After configuring like this, max-lg-inclusive:w-[40rem] runs normally, but max-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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: