docs: Improve the Tailwind CSS page (#31681)

Namely, ensuring we mention the support for their Prettier plugins.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-05-29 08:15:59 -03:00
committed by GitHub
parent cb187b0b4d
commit e3354543c0
6 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ While editing these files you can use `cmd-/` (macOS) or `ctrl-/` (Linux) to tog
If you use files with the `*.jsonc` extension when using `Format Document` or have `format_on_save` enabled, Zed invokes Prettier as the formatter. Prettier has an [outstanding issue](https://github.com/prettier/prettier/issues/15956) where it will add trailing commas to files with a `jsonc` extension. JSONC files which have a `.json` extension are unaffected.
To workaround this behavior you can add the following to your `.prettierrc`
To workaround this behavior you can add the following to your `.prettierrc` configuration file:
```json
{