LM-COLOR-004
Standardize inconsistent CSS color formats
Different CSS notations normalize to the same color.
One color is written in several formats
Standardize the notation when it improves search and maintenance. Keep authored formats when a tool or color space requires them.
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.
.a { color: #fff; }
.b { color: rgb(255 255 255); }:root { --white: #fff; }
.a, .b { color: var(--white); }Resolution workflow
Fix the source without erasing intent
- Inspect
Review every reported occurrence and the established candidates Ledgermachine found in the same project.
- Decide
Standardize the notation when it improves search and maintenance. Keep authored formats when a tool or color space requires them.
- 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