Skip to content

Commit

Permalink
Use the esm.sh as default CDN provider
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa authored Mar 11, 2025
1 parent 772dfaa commit 5be7826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Then, click the `main.css` file on the explorer sidebar to open the file editor.
Add daisyUI at the end of code in the `main.css` file

```postcss:main.css
@plugin "https://esm.run/daisyui@5";
@plugin "daisyui";
```

Now you can use daisyUI class names!

0 comments on commit 5be7826

Please sign in to comment.