mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-11 17:02:28 +00:00
688cdc24ae
Also ensure that when we click the button, we scroll the widget fully into view below the sticky header. Bug: T318474 Change-Id: I394f02912cd6ab2773552a7364691ef89a17369c
11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-wikimedia/support-modern",
|
|
"stylelint-config-wikimedia/mediawiki"
|
|
],
|
|
"rules": {
|
|
"selector-class-pattern": "^(ext|ve|mw|oo-ui|client|skin|mf|vector)-",
|
|
"unit-disallowed-list": null
|
|
}
|
|
}
|