Skip to content

Commit 03dd9a5

Browse files
Update README.md to be more clear (#353)
* Update README.md * Tweak readme --------- Co-authored-by: Jordan Pittman <[email protected]>
1 parent cd8832b commit 03dd9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As of v0.5.x, this plugin now requires Prettier v3 and is ESM-only. This means i
2525

2626
## Options
2727

28-
### Specifying your Tailwind stylesheet path
28+
### Specifying your Tailwind stylesheet path (Tailwind CSS v4+)
2929

3030
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.
3131

@@ -38,7 +38,7 @@ Note that paths are resolved relative to the Prettier configuration file.
3838
}
3939
```
4040

41-
### Specifying your Tailwind JavaScript config path
41+
### Specifying your Tailwind JavaScript config path (Tailwind CSS v3)
4242

4343
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`).
4444

0 commit comments

Comments
 (0)