We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When upgrading @nuxtjs/tailwindcss into version 6.12.0 plugin does not work correctly
@nuxtjs/tailwindcss
6.12.0
Previous versions e.g. @nuxtjs/[email protected] with plugin https://stackblitz.com/edit/nuxt-examples-tlm6j2?file=app.vue
@nuxtjs/[email protected]
Screenshot of produced css
New version @nuxtjs/[email protected] with plugin https://stackblitz.com/edit/nuxt-examples-dyvpov?file=app.vue
Screenshot of produced css (Invalid property css)
How to debug? Run provided links with examples with new and old version of @nuxtjs/tailwindcss and open dev tools, find grid-areas-product-page class
grid-areas-product-page
The text was updated successfully, but these errors were encountered:
For any future travelers now you can do all this plugin do with native tailwindcss tailwindlabs/tailwindcss#2784 (comment)
Sorry, something went wrong.
The weird part in my case is that everything works perfectly in local even the generated code output...
No branches or pull requests
When upgrading
@nuxtjs/tailwindcss
into version6.12.0
plugin does not work correctlyPrevious versions e.g.
@nuxtjs/[email protected]
with pluginhttps://stackblitz.com/edit/nuxt-examples-tlm6j2?file=app.vue
Screenshot of produced css
New version
@nuxtjs/[email protected]
with pluginhttps://stackblitz.com/edit/nuxt-examples-dyvpov?file=app.vue
Screenshot of produced css (Invalid property css)
How to debug?
Run provided links with examples with new and old version of
@nuxtjs/tailwindcss
and open dev tools, findgrid-areas-product-page
classThe text was updated successfully, but these errors were encountered: