react-cva
react-cva copied to clipboard
Add Tailwind CSS IntelliSense snippet to readme
tailwind vscode extension has a experimental support for autocompletion by custom regex, add a working snippet to README
for reference https://github.com/joe-bell/cva#tailwind-css-intellisense
@G3root this would be super useful if possible
Would the below work?
{
"tailwindCSS.experimental.classRegex": [
["styled\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
]
}
I took this from stylemapper's docs since I believe the regex is pretty similiar