Changes: * Use Codex markup instead of mediawiki ui markup * We limit what can be customized by the skin * Current rules for touch area and snapping of inputs is moved from Minerva into core so other skins benefit from the styling * A placeholder text is adding to the "real name" field. * Introduce CodexHTMLForm Bug: T182050 Change-Id: I834cc0e07fc1e705753df6866a5eeda2ac77fb8e
11 lines
287 B
JSON
11 lines
287 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-wikimedia/support-basic",
|
|
"stylelint-config-wikimedia/mediawiki"
|
|
],
|
|
"rules": {
|
|
"selector-class-pattern": "^((mw|oo-ui|cdx)-|(wikitable|(toc(|toggle|hidden))|client-(no)?js)$)",
|
|
"no-descending-specificity": null,
|
|
"selector-max-id": null
|
|
}
|
|
}
|