/* Tailwind v4 entry point. Compiled by the standalone CLI into tailwind.css: see the Makefile `css` target. The hand-written Veola component layer lives in app.css and is loaded separately, so editing it needs no rebuild. v4 is CSS-first: utility classes are scanned from the @source globs below (templ files aren't auto-detected), and theme tokens go in @theme blocks. */ @import "tailwindcss"; @source "../../templates/**/*.templ";