Skip to content

Commit 0078df8

Browse files
authored
Clarify only Tailwind v3 is supported
see DioxusLabs#68 (comment) for further discussion
1 parent 9694821 commit 0078df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jumpstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ project/
2222
{% if is_tailwind -%}
2323
### Tailwind
2424
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
25-
2. Install the Tailwind CSS CLI: https://tailwindcss.com/docs/installation
25+
2. Install the Tailwind CSS CLI v3: https://v3.tailwindcss.com/docs/installation (Tailwind v4 and newer are not supported)
2626
3. Run the following command in the root of the project to start the Tailwind CSS compiler:
2727

2828
```bash

0 commit comments

Comments
 (0)