You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No Tailwind CSS configuration found at C:\Users\USER\Desktop\code\open-matn\3f-commercial.
It is likely you do not have Tailwind CSS installed or have an invalid configuration.
Install Tailwind CSS then try again.
Visit https://tailwindcss.com/docs/guides/astro to get started.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I follow up shadcn integration page with astro, but it gives me an error like below when I run
npx shadcn@latest init
✔ Preflight checks.
✔ Verifying framework. Found Astro.
✖ Validating Tailwind CSS.
✔ Validating import alias.
No Tailwind CSS configuration found at C:\Users\USER\Desktop\code\open-matn\3f-commercial.
It is likely you do not have Tailwind CSS installed or have an invalid configuration.
Install Tailwind CSS then try again.
Visit https://tailwindcss.com/docs/guides/astro to get started.
my
tailwind.config.mjs
file is like below:also my
tsconfig.json
file is like this:What's the expected result?
I want to add shadcn to my project
Link to Minimal Reproducible Example
https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss?on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: