🔧 chore: add vscode settings to enable tailwind variant intellisense

This commit is contained in:
Wahyu Kurniawan 2024-02-20 16:32:35 +07:00
parent 4f2944a974
commit 0a5a1b8c55
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

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

@ -0,0 +1,6 @@
{
// IntelliSense for taiwind variants
"tailwindCSS.experimental.classRegex": [
["tv\\((([^()]*|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
]
}