13 lines
905 B
CSS
13 lines
905 B
CSS
@import 'tailwindcss';
|
|
@source "./**/*.templ";
|
|
@source "./**/*.go";
|
|
@source "./components/**/*.templ";
|
|
@source "./components/**/*_templ.go";
|
|
@plugin "@tailwindcss/typography";
|
|
@plugin "daisyui" {
|
|
themes: all;
|
|
}
|
|
/* Safelist: force badge classes into build (class names in comments are scanned by Tailwind v4) */
|
|
/* StatusBadge: inline-flex items-center rounded-md px-2.5 py-0.5 text-xs font-medium bg-sky-100 text-sky-800 bg-amber-100 text-amber-800 bg-emerald-100 text-emerald-800 bg-red-100 text-red-800 bg-slate-100 text-slate-600 text-slate-700 */
|
|
/* TypeBadge: border border-red-200 border-emerald-200 border-sky-200 border-amber-200 border-violet-200 border-slate-200 text-red-700 text-emerald-700 text-sky-700 text-amber-700 text-violet-700 text-slate-600 */
|
|
/* PriorityBadge: gap-1 shadow-sm opacity-75 font-semibold bg-red-100 text-red-800 bg-amber-100 bg-sky-100 bg-slate-50 border-slate-300 */ |