Tailwind v3.4.17 → v4.3.0: drop tailwind.config.js, move @source globs into static/css/input.css (CSS-first config), rename bare `rounded` → `rounded-sm` in templates for the renamed v4 radius scale. Go 1.25 → 1.26.3 (toolchain directive), modernc.org/sqlite v1.50.0 → v1.50.1, plus indirect bumps via go get -u. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
450 B
CSS
11 lines
450 B
CSS
/* 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";
|