I've been working on a NextJS project that utilizes shadcn-ui components. However, upon integrating tailwindCSS, I encountered an issue where none of the styling appeared when using classnames.
I have double-checked the configurations in components.json, tailwind.config.ts, and globals.css files, ensuring they are set up correctly (at least, to the best of my knowledge). Despite attempting to resolve the issue by deleting node modules and re-installing with 'npm install,' the styling continues to be absent. It's worth noting that I only have one of each file.
File structure: globals.css is located in the app folder and is imported in the layout file (although there's no auto-complete suggestion when entering the import). https://i.sstatic.net/JO01iX2C.png
globals.css: Includes tailwind imports. https://i.sstatic.net/VChRxwSt.png
Tailwind.config.ts: All content paths have been included. https://i.sstatic.net/YBHWGGx7.png
components.json: Contains references to tailwind config and globals files. https://i.sstatic.net/VCTdyEPt.png
Package.json: https://i.sstatic.net/DazdkFr4.png