I have a NextJS project using shadcn-ui components, but after adding tailwindCSS, none of the styling shows up when trying classnames.
I have configured the components.json, tailwind.config.ts, and globals.css files correctly(I think). but no matter how much I delete node modules and re-run ‘npm install’, the styling does not show up. I only have one of each file for the record.
File structure:
globals.css is in the app folder, and imported in the layout file(though no auto-complete when entering the import)
globals.css:
tailwind imports
Tailwind.config.ts:
Content paths all included.
components.json:
tailwind config and globals files included.
Package.json:
9