remove redundant injecton

This commit is contained in:
Robin Olsen
2026-02-17 22:25:16 +01:00
parent 2b791b5354
commit 4ff3759a79

View File

@@ -1,8 +1,6 @@
@import 'tailwindcss';
@source "./**/*.templ";
@source "./**/*.go";
/* Force-include sidebar/layout classes (Go string literals may not be scanned) */
@source inline("w-56 shrink-0 flex flex-col flex-1 min-h-0 bg-base-100 bg-base-200 border-r border-b border-t border-base-300 shadow-sm transition-all duration-300 duration-150 transition-colors px-4 pt-4 pb-3 py-3 px-2 p-0 gap-0.5 text-xs font-semibold uppercase tracking-wider overflow-y-auto menu menu-vertical w-full rounded-lg py-2.5 px-3 text-base-content font-medium no-underline hover:bg-base-200 active:bg-base-200 btn btn-ghost btn-sm justify-start text-base-content/70 hover:text-base-content");
@plugin "@tailwindcss/typography";
@plugin "daisyui" {
themes: all;