feat: add tailwindcss intellisense for uppercase Color variable
This commit is contained in:
parent
5f98701427
commit
4999ab3547
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["vcn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
||||
["colors\\s*=\\s*{([^}]*)}", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
||||
["[cC]olors\\s*=\\s*{([^}]*)}", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user