vscode: add Tailwind CSS IntelliSense support
This commit is contained in:
parent
de06b72ec4
commit
909a839d7f
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -28,5 +28,9 @@
|
||||
"**/CVS": true,
|
||||
"**/node_modules": true,
|
||||
"**/Thumbs.db": true
|
||||
}
|
||||
},
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
||||
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user