feat: add vsc tailwind regex setting for intellisense
This commit is contained in:
parent
c1a1f5da1b
commit
8902e62a16
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["vcn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user