Tailwind Intellisense CVA
I tried this... not working lol, no intellisense, using Vite & running with bun
Solution
solved, regexes are dumb (regex makes it cut at the first

), just don't use ) in tailwind classes, variables don't need a var() around them if you are on a newer version)className='var(--example)'
className='--example'