Files
livewire-material/tests/Fixtures/design-guard/scale/corners.blade.php
T
Andreas Reinhold / reiniandClaude Opus 5 faf5132c7a Name the M3 replacement for every value the theme cleared
DesignGuard gains checks for Tailwind's breakpoint prefixes, for the radius,
shadow, type-size, weight, leading, tracking, easing and duration scales
tokens/theme.css clears, and for a colour written as a value; each violation
carries path:line, the token and the M3 utility to use instead. forbidAbsolutes()
and forbidOpacityInk() are opt-in like forbidColours(), because the package's own
disabled styles are drawn with M3's 38 %/12 % opacities. A fixture and a test per
pattern and per hint; the package's own views are asserted against every check
but the breakpoint one, which plan step 15 migrates.
Plan: docs/plans/material-3-alignment.md, step 9 (core C4a, C13).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
2026-09-14 05:32:25 +02:00

6 lines
318 B
PHP

<div class="rounded-none rounded-xs rounded-sm rounded-md rounded-lg">
<span class="rounded-xl rounded-2xl rounded-3xl rounded-4xl rounded-full"></span>
<span class="rounded-t-lg rounded-se-2xl"></span>
<span class="rounded-corner-lg rounded-corner-xxl rounded-corner-full">M3's own are fine</span>
</div>