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
When typing text-text the autocompletion suggest text-text.color even though the correct style name is text-text_color. This issue also occurs if the theme color is defined and imported from a tailwind.config.js
cc @philipp-spiess we should fix this in Tailwind CSS itself. Also discovered that right now with the given theme text-text_color and text-text.color both work as utilities which is a bit surprising but also makes sense b/c of how we handle dots in themes. Maybe we should fix that?
What version of VS Code are you using?
v1.96.2
What version of Tailwind CSS IntelliSense are you using?
v0.14.3
What version of Tailwind CSS are you using?
v4.0.5
What package manager are you using?
npm
What operating system are you using?
Nixos 25.05
Reproduction URL
Paste the follwing code to the css tab at https://play.tailwindcss.com/
Try typing text-text
Describe your issue
When typing text-text the autocompletion suggest text-text.color even though the correct style name is text-text_color. This issue also occurs if the theme color is defined and imported from a tailwind.config.js
For example
The text was updated successfully, but these errors were encountered: