From e2103b8db97bf40e4e2c2a5ebde259d94a79f11c Mon Sep 17 00:00:00 2001 From: openint-bot Date: Tue, 11 Mar 2025 12:58:25 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbc82e9a..5d2d2df0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ As of v0.5.x, this plugin now requires Prettier v3 and is ESM-only. This means i ## Options -### Specifying your Tailwind stylesheet path +### Specifying your Tailwind stylesheet path (tailwind v4) When using Tailwind CSS v4 you must specify your CSS file entry point, which includes your theme, custom utilities, and other Tailwind configuration options. To do this, use the `tailwindStylesheet` option in your Prettier configuration. @@ -38,7 +38,7 @@ Note that paths are resolved relative to the Prettier configuration file. } ``` -### Specifying your Tailwind JavaScript config path +### Specifying your Tailwind JavaScript config path (tailwind v3) To ensure that the class sorting takes into consideration any of your project's Tailwind customizations, it needs access to your [Tailwind configuration file](https://tailwindcss.com/docs/configuration) (`tailwind.config.js`). From 47804d7066482e208e88fb1a3414e2c091210449 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Fri, 30 May 2025 11:50:50 -0400 Subject: [PATCH 2/2] Tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d2d2df0..4724523d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ As of v0.5.x, this plugin now requires Prettier v3 and is ESM-only. This means i ## Options -### Specifying your Tailwind stylesheet path (tailwind v4) +### Specifying your Tailwind stylesheet path (Tailwind CSS v4+) When using Tailwind CSS v4 you must specify your CSS file entry point, which includes your theme, custom utilities, and other Tailwind configuration options. To do this, use the `tailwindStylesheet` option in your Prettier configuration. @@ -38,7 +38,7 @@ Note that paths are resolved relative to the Prettier configuration file. } ``` -### Specifying your Tailwind JavaScript config path (tailwind v3) +### Specifying your Tailwind JavaScript config path (Tailwind CSS v3) To ensure that the class sorting takes into consideration any of your project's Tailwind customizations, it needs access to your [Tailwind configuration file](https://tailwindcss.com/docs/configuration) (`tailwind.config.js`).