2026-05-14 15:54:35 +00:00
|
|
|
@import "tailwindcss";
|
|
|
|
|
|
2026-05-14 18:09:39 +00:00
|
|
|
@source "./templates/**/*.templ";
|
|
|
|
|
@source "./internal/web/**/*.templ";
|
|
|
|
|
@source "./internal/web/**/*.go";
|
2026-05-14 15:54:35 +00:00
|
|
|
|
2026-05-14 18:09:39 +00:00
|
|
|
@import "./internal/web/ui/base.css";
|
|
|
|
|
@import "./internal/web/ui/button.css";
|
|
|
|
|
@import "./internal/web/ui/card.css";
|
|
|
|
|
@import "./internal/web/ui/badge.css";
|