diff --git a/package.json b/package.json index 8c6241e4b0bcb6f698b2c238cf29aac03cfc1ae6..8bd1d610912c8453602f614a51bb899fa40ff347 100755 --- a/package.json +++ b/package.json @@ -156,17 +156,6 @@ "default": "error", "markdownDescription": "Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind)", "scope": "language-overridable" }, - "tailwindCSS.lint.recommendedVariantOrder": { - "type": "string", - "enum": [ - "ignore", - "warning", - "error" - ], - "default": "warning", - "markdownDescription": "Class variants not in the recommended order (applies in [JIT mode](https://tailwindcss.com/docs/just-in-time-mode) only)", - "scope": "language-overridable" - }, "tailwindCSS.experimental.classRegex": { "type": "array", "scope": "language-overridable"