Skip to content

Commit a002593

Browse files
committed
re-add declaration-block-no-shorthand-property-overrides
1 parent f4b03b7 commit a002593

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/static/themes/sewing_tin_light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
header [data-ui-element="logoText"] {
10-
background-color: #ffffff; /* fallback */
10+
background: #ffffff; /* fallback */
1111
background: linear-gradient(
1212
#2d2076,
1313
#2d2076 25%,

stylelint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export default {
1313
},
1414
], //default: true
1515

16-
"declaration-block-no-shorthand-property-overrides": null, // add
17-
1816
"at-rule-no-unknown": null, // consider adding
1917
"declaration-property-value-no-unknown": null, // add
2018
"selector-type-no-unknown": null, // add // default: [true, {ignore: ['custom-elements'],},]

0 commit comments

Comments
 (0)