Relative Content

Tag Archive for javascriptnext.jstailwind-cssshadcnui

tailwindCSS not working in nextJS and Shadcn project

None of the tailwind classnames are working in this project.
I have one of each file like components.json, globals.css, and tailwind.config.ts, and the globals.css is imported in the layout.tsx file however the styling still does not work. I’ve tried deleting node-modules, and re-running npm install, but no change.
Please help me spot the issue.