Files
enviPy-bayer/static/css/input.css
2025-10-17 22:33:06 +13:00

15 lines
300 B
CSS

@import "tailwindcss";
/* Tell Tailwind where to find Django templates and Python files */
@source "../../templates";
/* Custom theme configuration - must come before plugins */
@import "./theme.css";
/* Import DaisyUI plugin */
@plugin "daisyui" {
logs: true;
}
@import "./daisyui-theme.css";