Skip to content

Commit 2e2f25f

Browse files
authored
docs: tailwind4 upgrade guide link (#1437)
1 parent b7784e3 commit 2e2f25f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/styles-scripts/customizing-tailwind.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Tailwind 4 introduces a significant change in how configuration is managed. Unli
1616

1717
To get started with Tailwind in your project, you'll need to install both the Tailwind CSS framework and its CLI tool. The CLI tool is essential for compiling your Tailwind styles into production-ready CSS. Install them using npm with the following command:
1818

19+
**Note:** If you are migrating existing Tailwind 3.x CSS to Tailwind 4.x, please [read the official upgrade guide](https://tailwindcss.com/docs/upgrade-guide)
20+
1921
```sh
2022
npm i tailwindcss @tailwindcss/cli
2123
```

0 commit comments

Comments
 (0)