mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
52f37a5f2a
Enabling 'selector-max-id' rule, and changing in rare exceptions like `#bodyContent` to `.mw-body > .content` where there's only one less specific option. Bug: T239183 Change-Id: I9d929eaae09475b2e20d96cb19081aba3aec5877
10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"property-blacklist": "transition",
|
|
"selector-list-comma-newline-after": null,
|
|
"value-keyword-case": null
|
|
}
|
|
}
|