Describe the bug
Though this has been brought up before and people have found solutions. none of them worked for me.
I have a new nextjs project with tailwind installed and working.
apps/next-admin/tailwind.config.js
apps/next-admin/src/app/index.css (@tailwind ... directives)
- I have also tried moveing index css
apps/next-admin/index.css
I have seen this. but moving or modifying the index.css does not work
#5216
Affected component/components
shadcn init
Reproduce
- cd apps/next-admin
npx shadcn@latest init
- see output in screenshot

the path in the error literally has my tailwind.config.js
Logs

System Info
"next": "~15.2.4",
"react": "19.0.0",
"react-dom": "19.0.0"
"tailwindcss": "3.4.3",
"postcss": "8.4.38",
Before submitting
Describe the bug
Though this has been brought up before and people have found solutions. none of them worked for me.
I have a new nextjs project with tailwind installed and working.
apps/next-admin/tailwind.config.jsapps/next-admin/src/app/index.css(@tailwind ...directives)apps/next-admin/index.cssI have seen this. but moving or modifying the index.css does not work
#5216
Affected component/components
shadcn init
Reproduce
npx shadcn@latest initthe path in the error literally has my
tailwind.config.jsLogs
System Info
Before submitting