Tailwind CSS IntelliSense Not working #826
Unanswered
lesliechueng1996
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I follow the offical website guide and add this configuration in my tailwind.config.ts file. The tailwind css intelliSense plugin is not working in my VSCode.
Configuration copy from the offical guide
https://www.tremor.so/docs/getting-started/installation
VSCode version: 1.84.2 (Universal)
Tailwind css IntelliSense version: v0.10.3
package.json
Also after I remove this line
plugins: [require('@headlessui/tailwindcss')],
from the tailwind.config.ts file, the vscode plugin works well.Beta Was this translation helpful? Give feedback.
All reactions