Files
LibreTunes-DX/style/tailwind.css
Ethan Girouard 745deb8809 Add daisyui
Add wrapper scripts and fetch JS for nix compatibility
2026-06-11 19:21:48 -04:00

12 lines
174 B
CSS

@import "tailwindcss";
@plugin "./daisyui-wrapper.js" {
themes: all;
};
@plugin "./daisyui-theme-wrapper.js" {
};
@source not "*";
@source "./src/**/*.{rs,html,css}";