fix: resolve autofix Biome specificity diagnostics - #1836
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes
skills/create-skill/eval-viewer/viewer.html— qualify.benchmark-table th/tdrules with atable.element selector to satisfy Biome's CSS specificity-ordering diagnostic that autofix.ci was flagging.
The change raises selector specificity from (0,1,1) to (0,1,2) purely to satisfy the lint. I verified it is behaviorally inert: every benchmark table is rendered as <table class="benchmark-table"> (viewer.html:1146, 1215, 1282), so the added element qualifier always matches, and no competing rules are affected (the only other table rules target .output-file-content table). The autofix check now passes on the head commit, confirming the reported diagnostic is resolved, and the rest of CI is green. No changeset required — this is internal skill tooling, not a published package.
DeepSeek Flash (free via Pullfrog for OSS) | 𝕏

Summary
viewer.htmlValidation
git diff --check