We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fd935 commit 4769177Copy full SHA for 4769177
package.json
@@ -156,6 +156,17 @@
156
"markdownDescription": "Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind)",
157
"scope": "language-overridable"
158
},
159
+ "tailwindCSS.lint.recommendedVariantOrder": {
160
+ "type": "string",
161
+ "enum": [
162
+ "ignore",
163
+ "warning",
164
+ "error"
165
+ ],
166
+ "default": "warning",
167
+ "markdownDescription": "Class variants not in the recommended order (applies in [JIT mode](https://tailwindcss.com/docs/just-in-time-mode) only)",
168
+ "scope": "language-overridable"
169
+ },
170
"tailwindCSS.experimental.classRegex": {
171
"type": "array",
172
0 commit comments