From 86b0efb3e530ef0c05a55019300e994d4e6f6e17 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Thu, 6 May 2021 18:25:03 +0100 Subject: [PATCH] add recommendedVariantOrder setting to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 85fd23b..6c65160 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,10 @@ Unknown or invalid path used with the [`theme` helper](https://tailwindcss.com/d Class names on the same HTML element which apply the same CSS property or properties. **Default: `warning`** +#### `tailwindCSS.lint.recommendedVariantOrder` + +Class variants not in the recommended order (applies in [JIT mode](https://tailwindcss.com/docs/just-in-time-mode) only). **Default: `warning`** + ## Troubleshooting If you’re having issues getting the IntelliSense features to activate, there are a few things you can check: