Name the replacement for a Tailwind palette colour in the design guard

Plan step 41 review: "colour the theme does not declare `text-red-500`"
was the one family (i) finding without a 2.0.0 hint; it now says the
utility compiles to nothing and points at md-ink-* or var(--md-sys-color-*).
The foundation-only fixture view also carries an <x-dynamic-component> and
an <x-slot:title>, which the stylesheet check must neither report nor trip on.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
This commit is contained in:
Andreas Reinhold / reini
2026-09-15 08:50:38 +02:00
co-authored by Claude Opus 5
parent 2d75091b82
commit bbd0192790
3 changed files with 5 additions and 3 deletions
@@ -1 +1,3 @@
<div>Nothing package-specific here.</div>
<x-dynamic-component :component="$name" />
<x-slot:title>Title</x-slot:title>