1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Enable the Stylelint declaration-block-no-duplicate-properties rule (issue 16995)

Please refer to https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties
This commit is contained in:
Jonas Jenwald 2023-09-21 13:39:09 +02:00
parent 561aea530b
commit 80e691d2ad
3 changed files with 2 additions and 2 deletions

View file

@ -717,7 +717,6 @@
& .radioButton {
display: flex;
align-items: flex-start;
gap: 8px;
align-self: stretch;
align-items: center;

View file

@ -86,7 +86,7 @@
/*#if !MOZCENTRAL*/
background: blue;
/*#endif*/
background: AccentColor;
background: AccentColor; /* stylelint-disable-line declaration-block-no-duplicate-properties */
}
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */