-
Notifications
You must be signed in to change notification settings - Fork 215
Tailwind CSS autocomplete does not work in React .jsx files #1320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please respond. |
I had the same issue,output would just stop at: I 'fixed' it by installing v0.14.12 for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of VS Code are you using?
v1.100.0-insider
What version of Tailwind CSS IntelliSense are you using?
v0.14.15
What version of Tailwind CSS are you using?
v3.4.17
What package manager are you using?
npm
What operating system are you using?
Windows 11 64-bit
Tailwind config
Reproduction URL
npm create vite@latest
npm install -D tailwindcss@3 postcss autoprefixer
npx tailwindcss init -p
className
attribute.Describe your issue
Tailwind CSS autocomplete does not work in React .jsx files.
The text was updated successfully, but these errors were encountered: