-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- Operating System:
Darwin - Node Version:
v20.18.1 - Nuxt Version:
3.15.4 - CLI Version:
3.21.1 - Nitro Version:
2.10.4 - Package Manager:
[email protected] - Builder:
- - User Config:
compatibilityDate,devtools,future,experimental,$production,modules,tailwindcss,colorMode,imports,app - Runtime Modules:
@nuxtjs/[email protected],@nuxtjs/[email protected],@vueuse/[email protected],@nuxt/[email protected],@nuxt/[email protected],@pinia/[email protected] - Build Modules:
-
Reproduction
No response
Describe the bug
After setting future: { compatibilityVersion: 4 } in the nuxt.config file, and then run npm run dev, the generated config file inside .nuxt/tailwind/postcss.mjs is missing the path for app/utils/**/*.{js,ts,mjs}
It only has utils/**/*.{js,ts,mjs}
After setting app/utils/**/*.{js,ts,mjs} in the tailwind.config the styles from the utils folder started showing again.
/**@type {import('tailwindcss').Config} */
module.exports = {
content: ["./app/**/*.{js,jsx,ts,tsx,vue}"]
}Additional context
No response
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working