Skip to content

Commit a1000cb

Browse files
authored
docs: Update daisyUI installation instructions and file path (denoland#3592)
The directory where the stylesheet is located is updated.
1 parent a9bc1b7 commit a1000cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/latest/examples/daisyui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ To get started with daisyUI, make sure you have Tailwind CSS enabled in your
1414
Fresh project, then install daisyUI and update your configuration.
1515

1616
1. Run `deno i -D npm:daisyui@latest` to install daisyUI
17-
2. Add daisyUI configuration in `./static/styles.css`:
17+
2. Add daisyUI configuration in `./assets/styles.css`:
1818

19-
```diff static/styles.css
19+
```diff assets/styles.css
2020
@import "tailwindcss";
2121
+ @plugin "daisyui";
2222
```

0 commit comments

Comments
 (0)