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
There are no tailwindcss-intellisense suggestions/highlighting in the div className, I suspect the style tag in the regex is confusing the extension. I expected intellisense to work as normal.
If I remove the regex suggestions/hints start working:
The text was updated successfully, but these errors were encountered:
What version of VS Code are you using?
v1.87.2
What version of Tailwind CSS IntelliSense are you using?
v0.10.5
What version of Tailwind CSS are you using?
v3.4.1
What package manager are you using?
pnpm
What operating system are you using?
Ubuntu
Tailwind config
Reproduction
Save the below code as a file with a tsx extension in a react project.
Describe your issue
There are no tailwindcss-intellisense suggestions/highlighting in the div className, I suspect the style tag in the regex is confusing the extension. I expected intellisense to work as normal.
If I remove the regex suggestions/hints start working:
The text was updated successfully, but these errors were encountered: