Skip to content

Commit 12ab9b5

Browse files
committed
Merge branch 'main' into chore/update-type
2 parents 1bd01c4 + a1000cb commit 12ab9b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
```

www/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function HelloBar() {
7676
class="bg-gradient-to-r from-blue-200 to-yellow-200 via-green-300 text-black border-b border-green-400 p-4 text-center group"
7777
href="https://deno.com/blog/fresh-and-vite"
7878
>
79-
Fresh 2 <b>beta release with vite</b>{" "}
79+
Fresh 2 <b>released with Vite</b>{" "}
8080
<span class="group-hover:underline"></span>
8181
</a>
8282
);

0 commit comments

Comments
 (0)