Closed adamkasper closed 1 month ago
It would seem that in the latest versions of nuxt
and @nuxt/kit
, we should already have support for it (as the files get resolved to the appDir) - could you confirm?
I'm using the nuxt 4 folder structure and for me everything works as expected :)
Environment
Darwin
v20.15.1
3.12.3
3.12.0
2.9.7
yarn@4.3.1
-
future
,modules
,eslint
,site
,router
,nitro
,devtools
,compatibilityDate
@nuxt/eslint@0.3.13
,@nuxt/image@1.7.0
,@nuxt/scripts@0.6.3
,@nuxt/content@2.13.1
,@nuxthq/studio@2.0.3
,@nuxtjs/seo@2.0.0-rc.12
,@nuxtjs/tailwindcss@6.12.1
,@vueuse/nuxt@10.11.0
,shadcn-nuxt@0.10.4
-
Reproduction
Using @nuxtjs/tailwindcss together with the new Nuxt 4 app folder structure
Describe the bug
The
{ content: [] }
support in thetailwind.config
file is missing for the new Nuxt 4 app folder structure. It needs to account for the new/app
prefix.Additional context
No response
Logs
No response