mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-11 17:02:05 +00:00
f1e0df2112
This will allow us to animate the indicator separately. Which will be needed to make the indicator scroll with the panel.
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-idiomatic-order",
|
|
"stylelint-config-wikimedia"
|
|
],
|
|
"rules": {
|
|
"selector-max-id": null,
|
|
"selector-class-pattern": "^(tabber)"
|
|
}
|
|
}
|