forked from enviPath/enviPy
15 lines
300 B
CSS
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";
|