17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
|
"css.validate": false,
|
|
"less.validate": false,
|
|
"scss.validate": false,
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"tailwindCSS.includeLanguages": {
|
|
"typescript": "html",
|
|
"typescriptreact": "html"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"git.ignoreLimitWarning": true
|
|
}
|