We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4900e5 commit ee3f10bCopy full SHA for ee3f10b
README.md
@@ -10,7 +10,7 @@ rehydrated with interactivity provided by `dioxus_web`.
10
The docsite uses the newest Tailwind (v4) so you need to install it first and then run it using:
11
12
```sh
13
-npx @tailwindcss/cli -i ./tailwind.css -o ./assets/tailwind.css --watch
+npx @tailwindcss/cli -i ./tailwind.css -o ./packages/docsite/assets/tailwind.css --watch
14
```
15
16
The documentation can be edited using any text editor. Most commonly used
0 commit comments