LM-SHAPE-001
Find off-scale border-radius values
A rare radius is numerically close to a declared or repeated radius.
Corner radius is close to an established value
Reuse the established shape unless the component’s role needs a visibly different silhouette.
Source example
What this finding can look like
The exact candidate comes from the project’s own tokens and repeated values. This example shows the shape of the issue, not a universal replacement.
.card { border-radius: 7px; }:root { --radius-control: 6px; }
.card { border-radius: var(--radius-control); }Resolution workflow
Fix the source without erasing intent
- Inspect
Review every reported occurrence and the established candidates Ledgermachine found in the same project.
- Decide
Reuse the established shape unless the component’s role needs a visibly different silhouette.
- Verify
Make the change in your editor or coding agent, then rescan. Ledgermachine stays read-only and records whether the finding cleared.
Run it on your source
See the evidence behind this rule.
Open a folder locally, inspect the exact occurrences, and decide whether to repair or preserve the difference.
Open Ledgermachine
LEDGERMACHINE