Skip to content

Commit ee3f10b

Browse files
committed
doc: Update tailwind generation doc
1 parent c4900e5 commit ee3f10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rehydrated with interactivity provided by `dioxus_web`.
1010
The docsite uses the newest Tailwind (v4) so you need to install it first and then run it using:
1111

1212
```sh
13-
npx @tailwindcss/cli -i ./tailwind.css -o ./assets/tailwind.css --watch
13+
npx @tailwindcss/cli -i ./tailwind.css -o ./packages/docsite/assets/tailwind.css --watch
1414
```
1515

1616
The documentation can be edited using any text editor. Most commonly used

0 commit comments

Comments
 (0)