From bf70da22c6a2a7160cfbb9643509ab2651371006 Mon Sep 17 00:00:00 2001 From: Kyle Wong <62775956+y3owk1n@users.noreply.github.com> Date: Sat, 8 Jun 2024 12:27:50 +0800 Subject: [PATCH] feat: add info for readme about ternary (#24) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b8f2b..977bc98 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ The plugin works with tsx treesitter grammars and provides the following feature - Autosave after sorting - Trim leading spaces - Trim intermediate spaces within class string -- Works with `class`, `className`, `cn`, `cva`, `clsx` and `twMerge` +- Works with `className`, `cn`, `cva`, `clsx` and `twMerge` within `single repo` or `monorepo` +- Works with tenary conditions within `className`, `cn`, `clsx`, `twMerge` - Dedupe repeated classes > [!NOTE]