@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";