Replies: 2 comments 2 replies
-
Consider checking you've followed the integration steps for Vite. Namely, check:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello, Verify Tailwind CSS installation Open your terminal and run: npm list tailwindcss If it is installed, it will show the version. In case the version is outdated, upgrade Tailwind CSS from v3 to v4. The upgrade tool requires Node.js 20 or higher, so ensure your environment is updated before running it. npx @tailwindcss/upgrade |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi all ! i am student and i am learning react and tailwindcss today i am tried to use tailwind in my project first i gor stucked by seeing yotube and chat gpt

after i understand something and follow instruction given in tailwindcss getstarted docs
but while
i got error @import "tailwindcss"; please help me to solve;
[plugin:@tailwindcss/vite:generate:serve] Can't resolve 'tailwindcss' in 'C:\Users\Tamil\Desktop\Tamil\personal-teacker\vite-project\src'
C:/Users/Tamil/Desktop/Tamil/personal-teacker/vite-project/src/index.css this was error i got
Beta Was this translation helpful? Give feedback.
All reactions