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
If I have a page route like this /guide/[gameId]/[...guideId].vue the nuxtjs/tailwindcss does not recognize the tailwind classes inside that file. Other pages are recognized. This worked with 6.12.2.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
I tried this with only Vite, Vue and tailwindcss (3.14.7) and the content resolution seems to work with a component named [...comp2].vue.
edit: It didn't, after all. It is about the content glob. **/*.vue will find the [...comp2].vue file. But pages/[...comp2].vue does not match that file.
I tried with nuxtjs/[email protected] and tailwindcss forced to 3.4.13 (that is the same than in 6.12.2) and the bug persists. So, this would also imply the bug is not in tailwindcss but in this nuxt module.
Environment
Reproduction
https://stackblitz.com/edit/nuxt-ui-yvqyz6kp?file=README.md
Describe the bug
If I have a page route like this
/guide/[gameId]/[...guideId].vue
thenuxtjs/tailwindcss
does not recognize the tailwind classes inside that file. Other pages are recognized. This worked with 6.12.2.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: