File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
tailwindcss-language-service/src/util Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export function getDefaultTailwindSettings(): Settings {
208208 recommendedVariantOrder : 'warning' ,
209209 usedBlocklistedClass : 'warning' ,
210210 suggestCanonicalClasses : 'warning' ,
211- invalidClass : 'info ' ,
211+ invalidClass : 'ignore ' ,
212212 } ,
213213 showPixelEquivalents : true ,
214214 includeLanguages : { } ,
Original file line number Diff line number Diff line change @@ -171,6 +171,10 @@ Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functio
171171
172172Unknown or invalid path used with the [ ` theme ` helper] ( https://tailwindcss.com/docs/functions-and-directives/#theme ) . ** Default: ` error ` **
173173
174+ #### ` tailwindCSS.lint.invalidClass `
175+
176+ Unknown utility class names. ** Default: ` ignore ` **
177+
174178#### ` tailwindCSS.lint.cssConflict `
175179
176180Class names on the same HTML element which apply the same CSS property or properties. ** Default: ` warning ` **
Original file line number Diff line number Diff line change 335335 " warning" ,
336336 " error"
337337 ],
338- "default" : " info " ,
338+ "default" : " ignore " ,
339339 "markdownDescription" : " Classes that are not recognized as valid Tailwind CSS classes" ,
340340 "scope" : " language-overridable"
341341 },
You can’t perform that action at this time.
0 commit comments