fix(13-05): wire /static/tailwind.css into catalog page head

This commit is contained in:
Arthur Belleville 2026-05-16 14:17:46 +02:00
parent ae4bb876c1
commit cae5e7c785
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ templ CatalogPage() {
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Component Catalog</title>
<link rel="stylesheet" href="/static/tailwind.css"/>
<style>
/* Catalog shell — minimal reset only, no app.css import (D-A04) */
*, *::before, *::after { box-sizing: border-box; }