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:
parent
561aea530b
commit
80e691d2ad
@ -7,6 +7,7 @@
|
|||||||
"prettier/prettier": true,
|
"prettier/prettier": true,
|
||||||
|
|
||||||
"block-no-empty": true,
|
"block-no-empty": true,
|
||||||
|
"declaration-block-no-duplicate-properties": true,
|
||||||
"declaration-block-no-redundant-longhand-properties": true,
|
"declaration-block-no-redundant-longhand-properties": true,
|
||||||
"declaration-property-value-disallowed-list": {
|
"declaration-property-value-disallowed-list": {
|
||||||
"float": ["inline-start", "inline-end"]
|
"float": ["inline-start", "inline-end"]
|
||||||
|
@ -717,7 +717,6 @@
|
|||||||
|
|
||||||
& .radioButton {
|
& .radioButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
/*#if !MOZCENTRAL*/
|
/*#if !MOZCENTRAL*/
|
||||||
background: blue;
|
background: blue;
|
||||||
/*#endif*/
|
/*#endif*/
|
||||||
background: AccentColor;
|
background: AccentColor; /* stylelint-disable-line declaration-block-no-duplicate-properties */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
|
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user