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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 20 additions and 9 deletions

View file

@ -12,7 +12,7 @@ mdbook serve docs
It's important to note the version number above. For an unknown reason, as of 2025-04-23, running 0.4.48 will cause odd URL behavior that breaks docs.
Before committing, verify that the docs are formatted in the way prettier expects with:
Before committing, verify that the docs are formatted in the way Prettier expects with:
```
cd docs && pnpm dlx prettier@3.5.0 . --write && cd ..