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
Ah, I need to update the readme to clarify that these are actually regex patterns that match against function names.
This should work:
"tailwindCSS.classFunctions": ["\\$", "twx"]
I'll leave this open as a reminder for me to update the readme
thecrypticace
changed the title
Set $ for tailwindCSS.classFunctions is not work
Using $ as a function name in tailwindCSS.classFunctions does not work
Apr 18, 2025
What version of VS Code are you using?
Version: 1.99.2
What version of Tailwind CSS IntelliSense are you using?
0.14.15
What version of Tailwind CSS are you using?
v3
What package manager are you using?
pnpm
What operating system are you using?
macOS
Tailwind config
Nothing special
VS Code settings
Describe your issue
With this settings
"tailwindCSS.classFunctions":["$", "twx"]
,twx
works but$
not.$
is a valid function name.The text was updated successfully, but these errors were encountered: