mediawiki-extensions-Tabber.../.stylelintrc.json
alistair3149 f1e0df2112
feat: separate indicator from active tab
This will allow us to animate the indicator separately.
Which will be needed to make the indicator scroll with the panel.
2022-10-21 18:01:48 -04:00

11 lines
173 B
JSON

{
"extends": [
"stylelint-config-idiomatic-order",
"stylelint-config-wikimedia"
],
"rules": {
"selector-max-id": null,
"selector-class-pattern": "^(tabber)"
}
}