Merge pull request #16996 from Snuffleupagus/issue-16995

Enable the Stylelint `declaration-block-no-duplicate-properties` rule (issue 16995)
This commit is contained in:
calixteman 2023-09-21 13:52:54 +02:00 committed by GitHub
commit b002d16f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@
"prettier/prettier": true,
"block-no-empty": true,
"declaration-block-no-duplicate-properties": true,
"declaration-block-no-redundant-longhand-properties": true,
"declaration-property-value-disallowed-list": {
"float": ["inline-start", "inline-end"]

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 */