Published
- 1 min read
tailwind css intellisense not working in tsx
The solution for this is noted below
tailwind css intellisense not working in tsx
Solution
{
// other settings
"tailwindCSS.includeLanguages": {
"javascript": "javascript",
"html": "HTML"
},
"editor.quickSuggestions": {
"strings": true
}
}
Try other methods by searching on the site. That is if this doesn’t work