xtablo-source/backend/tailwind.input.css
Arthur Belleville 59e39fe538
feat(13-01): replace base.css with 223-line token vocabulary and extract auth.css
- Replace 28-line backend/internal/web/ui/base.css stub with full go-backend token vocabulary (223 lines, --color-brand-primary: #804eec)
- Create backend/internal/web/ui/auth.css with auth-provider button styles extracted from button.css Phase 8 block
- Update backend/tailwind.input.css to import auth.css after base.css
2026-05-16 13:43:56 +02:00

11 lines
323 B
CSS

@import "tailwindcss";
@source "./templates/**/*.templ";
@source "./internal/web/**/*.templ";
@source "./internal/web/**/*.go";
@import "./internal/web/ui/base.css";
@import "./internal/web/ui/auth.css";
@import "./internal/web/ui/button.css";
@import "./internal/web/ui/card.css";
@import "./internal/web/ui/badge.css";