Due to the migration out of MobileFrontend, the Minerva skin has 2 aliases
"ValidSkinNames": {
"minerva": "Minerva"
"minervaneue": "MinervaNeue"
}However, when removing the minervaneue key from ValidSkinNames, all skinStyles defined with "minerva" fail to apply.
This is despite SkinMinervaNeue class and SkinMinerva class defining $skinname as 'minerva'
Acceptance criteria
- ResourceModuleSkinStyles should not make guesses from the skin class name about what the name of the skin is when $skinname is available.