dan5py / turborepo-shadcn-ui

Turborepo starter with shadcn/ui pre-configured.
MIT License
466 stars 89 forks source link

Can I use regular tailwind styles? #33

Closed thomasdavis closed 2 months ago

thomasdavis commented 2 months ago
Screenshot 2024-07-24 at 3 05 51 AM Screenshot 2024-07-24 at 3 06 13 AM

I have some code that looks like this, but it renders like this, aka it doesn't render any of my normal tailwind classes. Is this to be expected or do I have something misconfigured?

(globals.css is being imported into layout.js) (thanks for your work)

thomasdavis commented 2 months ago

my tailwind config wasn't looking at my js components. sorry, thanks again!