mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2024-11-17 10:59:20 +00:00
🔧 chore: add vscode settings to enable tailwind variant intellisense
This commit is contained in:
parent
4f2944a974
commit
0a5a1b8c55
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
// IntelliSense for taiwind variants
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["tv\\((([^()]*|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user