Skip to content

Commit bd0a71d

Browse files
pattonwebzclaude
andcommitted
chore: ignore no-duplicate-selectors for intentional .edac-fixes-modal split
The reset block and the real styling block are deliberately separate so the reset runs before fix-settings loads. Suppress the rule at the second block since the comment on the first already explains why. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 03c445d commit bd0a71d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/frontendHighlighterApp/sass/app.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,9 @@ body {
882882

883883
@include meta.load-css("../../common/sass/fix-settings");
884884

885+
// Intentional duplicate: the earlier .edac-fixes-modal block resets
886+
// styles before fix-settings loads, this one applies the real styling.
887+
// stylelint-disable-next-line no-duplicate-selectors
885888
.edac-fixes-modal {
886889
display: none;
887890
width: 650px;

0 commit comments

Comments
 (0)