What problem does it solve? Setting up daisyUI 5 correctly requires knowing that it depends on Tailwind CSS 4, that the old tailwind.config.js file is deprecated, and that each framework has a different CSS entry point. This Skill provides the exact installation commands and CSS configuration so you avoid version mismatches and broken builds. ## Core Features & Use Cases - npm-based installation: Run npm i -D daisyui@latest and add @import "tailwindcss"; plus @plugin "daisyui"; to your CSS file. - CDN setup: Load precompiled daisyUI CSS and the Tailwind browser build via jsDelivr links, with an option to include all built-in themes through themes.css. - Framework-specific guides: Pointers to official setup instructions for over 30 frameworks and build tools including Vite, SvelteKit, Next.js, Nuxt, Astro, and Rails. - Use Case: You are building a Tauri desktop app with Svelte 5 and Tailwind CSS v4 and need to add daisyUI components; this Skill gives you the exact dependency and CSS plugin configuration without a tailwind.config.js file. ## Quick Start Install daisyUI 5 in my project and configure my CSS file to work with Tailwind CSS 4.