You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/styles-scripts/customizing-tailwind.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Tailwind 4 introduces a significant change in how configuration is managed. Unli
16
16
17
17
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:
18
18
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)
0 commit comments