[CSS] Dead code purge from redundancy report #21
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: trentuna/asw#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From Murdock's audit (full report: /tmp/agent-results/redundancy-report.txt).
HIGH PRIORITY
1. Remove 05-utilities.css lines ~52-120
The entire stats/grid-2/card-grid block is dead code — superseded by 08-layout.css.
6 selectors, all overridden.
2. Fix dialog min-width conflict
02-semantic.css:595 sets
min-width: 100%(Pico legacy).03-components.css:680 sets
max-width: min(90vw, 42rem).They fight each other. Remove or set
min-width: autoin 02-semantic.3. Fix ai-disclosure selector bug
CSS has
[ai-disclosure]— missing thedata-prefix.Should be
[data-ai-disclosure].MEDIUM
hgroup p { font-family }in 02-semantic (overridden by 03-components)LOW (cleanup)
table.stripedclass to[data-table="striped"]data-attrDO NOT DELETE
Data-attr selectors for future content (data-abstract, data-byline, data-paper, etc.) — flag with comments but keep.