P1 fondation : tokens layerés, reset, thèmes (base/renovation/aep/tmip), 9 primitives Astro, pont Tailwind 4, démo kitchen sink

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 18:31:52 +02:00
commit 795ca7ed4e
28 changed files with 8043 additions and 0 deletions

38
theme/tmip.css Normal file
View File

@@ -0,0 +1,38 @@
/* ==========================================================================
theme/tmip.css — tmip.trans-former.fr
PLACEHOLDER — palette à confirmer, sera remplie au prompt P2 (migration
TMIP). Ne pas importer en l'état : sans surcharge, le site tourne sur le
thème neutre de tokens.css.
À remplir en clonant la structure de theme/base.css :
- stacks --font-heading / --font-body
- bloc clair (:root)
- bloc sombre (:root[data-theme="dark"])
- duplication sombre dans @media (prefers-color-scheme: dark)
avec le garde :root:not([data-theme="light"])
========================================================================== */
/*
:root {
--font-heading: ... ;
--font-body: ... ;
--bg: ... ;
--bg-alt: ... ;
--surface: ... ;
--surface-2: ... ;
--text: ... ;
--text-muted: ... ;
--text-subtle: ... ;
--border: ... ;
--border-strong: ... ;
--primary: ... ;
--primary-hover: ... ;
--on-primary: ... ;
--accent: ... ;
--on-accent: ... ;
--link: ... ;
--link-hover: ... ;
--focus-ring: ... ;
}
*/