feat: add vsc tailwind regex setting for intellisense

This commit is contained in:
p-sw 2024-05-19 10:07:42 +09:00
parent c1a1f5da1b
commit 8902e62a16

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"tailwindCSS.experimental.classRegex": [
["vcn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
]
}