mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
19b1ea2297
Using newly introduced variables instead of fixed values. Also adding `transition` to property blacklist to ensure using mediawiki.mixin. Bug: T236224 Change-Id: I3d2d05f4e50e7b6bba0fe84fae1dde5de5b75492
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"property-blacklist": "transition",
|
|
"selector-list-comma-newline-after": null,
|
|
"selector-max-id": null,
|
|
"value-keyword-case": null
|
|
}
|
|
}
|