mediawiki-extensions-Discus.../.stylelintrc.json
Ed Sanders 688cdc24ae Move "Return to comment" below sticky header when present
Also ensure that when we click the button, we scroll the widget fully
into view below the sticky header.

Bug: T318474
Change-Id: I394f02912cd6ab2773552a7364691ef89a17369c
2022-09-25 13:28:12 +01:00

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
}
}