daisyui-config
Installation
SKILL.md
Configuration
daisyUI 5 configuration documentation: https://daisyui.com/docs/config/
daisyUI with no configuration:
@plugin "daisyui";
daisyUI configuration with only the light theme:
@plugin "daisyui" {
themes: light --default;
}
daisyUI with all default settings: