summaryrefslogtreecommitdiffhomepage
path: root/src/app.css
blob: 37131d3c962087b87016a32e977b2e1c68222c96 (plain)
1
2
3
4
5
6
7
8
@import "tailwindcss";

/* DaisyUI v5 — enable the plugin AND bundle the dracula theme (set as default,
   applied via <html data-theme="dracula">). Themes not listed here are NOT
   bundled, so dracula must be named explicitly, not merely referenced. */
@plugin "daisyui" {
	themes: dracula --default;
}