38 lines
699 B
JSON
Executable File
38 lines
699 B
JSON
Executable File
{
|
|
"tailwindCSS.includeLanguages": {
|
|
"typescript": "typescript",
|
|
"typescriptreact": "typescriptreact"
|
|
},
|
|
"tailwindCSS.experimental.classRegex": [
|
|
[
|
|
"cn\\(([^)]*)\\)",
|
|
"\"([^\"]*)\""
|
|
],
|
|
[
|
|
"clsx\\(([^)]*)\\)",
|
|
"\"([^\"]*)\""
|
|
],
|
|
[
|
|
"cva\\(([^)]*)\\)",
|
|
"[\"'`]([^\"'`]*).*?[\"'`]"
|
|
],
|
|
[
|
|
"cx\\(([^)]*)\\)",
|
|
"\"([^\"]*)\""
|
|
]
|
|
],
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"className",
|
|
"ngClass"
|
|
],
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"css.validate": false,
|
|
"tailwindCSS.emmetCompletions": true,
|
|
"tailwindCSS.rootFontSize": 16,
|
|
"tailwindCSS.colorDecorators": true,
|
|
"tailwindCSS.validate": true,
|
|
"typescript.autoClosingTags": false,
|
|
} |