18 lines
No EOL
397 B
JSON
18 lines
No EOL
397 B
JSON
{
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"other": "on",
|
|
"comments": "off",
|
|
"strings": "on"
|
|
},
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"ui"
|
|
],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["ui:\\s*{([^)]*)\\s*}", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
],
|
|
"editor.tabSize": 2
|
|
} |