Update TailwindCSS.md

This commit is contained in:
Bjørn Erik Pedersen 2025-03-17 17:30:10 +01:00 committed by GitHub
parent e67cbcdd2d
commit 1b6e879c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,9 @@ Use the `css.TailwindCSS` function to process your Tailwind CSS files. This func
1. Compile those utility classes into standard CSS. 1. Compile those utility classes into standard CSS.
1. Generate an optimized CSS output file. 1. Generate an optimized CSS output file.
> [!caution]
> Tailwind CSS v.4.0 and requires a relatively [modern browser](https://tailwindcss.com/docs/compatibility#browser-support) to render correctly.
## Setup ## Setup
### Step 1 ### Step 1