/* Tailwind 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. */ @tailwind base; @tailwind components; @tailwind utilities;