mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
681a752f29
Removing deprecated LESS `.background-size()` mixin calls. Also - simplifying code, where second (height) value is automatically set to `auto` when only one value is set and - removing stylelint rule. Bug: T219956 Change-Id: I643c66b3067ba77726d76cbebf7550781e18aa5d
10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"selector-list-comma-newline-after": null,
|
|
"selector-max-id": null,
|
|
"value-keyword-case": null
|
|
}
|
|
}
|