From ec92b764816500ec7169de612e1d6ec7d2f7c176 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Thu, 13 Jun 2024 09:54:45 -0400 Subject: [PATCH] Tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91be4779..3852f88c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If a local configuration file cannot be found the plugin will fallback to the de ## Sorting non-standard attributes -By default this plugin only sorts classes in the `class` attribute as well as any framework-specific equivalents like `class`, `className`, `:class`, `[ngClass]`, etc. +By default this plugin sorts classes in the `class` attribute, any framework-specific equivalents like `className`, `:class`, `[ngClass]`, and any Tailwind `@apply` directives. You can sort additional attributes using the `tailwindAttributes` option, which takes an array of attribute names: