Install daisyUI for Deno Fresh
How to install Tailwind CSS and daisyUI in a Deno Fresh project
1. Create a new Fresh project
Use jsr to initialize a new Fresh project in the current directory
deno run -Ar jsr:@fresh/init ./ --tailwind --vscode2. Install daisyUI
Add daisyUI
deno i -D npm:daisyui@latestAdd daisyUI to your CSS file (and remove old styles)
assets/styles.css
@import "tailwindcss";
@plugin "daisyui";Now you can use daisyUI class names!
Run the dev server
deno task devDo you have a question? Ask on GitHub or Discord server
Do you like daisyUI? Post about it!
Support daisyUI's development: Open Collective
BLUEPRINT