Replies: 1 comment 12 replies
-
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
a very specific question, but I hope that at least someone is able to help me in fixing a problem which is stopping me to update Chameleon to newer versions.
I'm not that familiar with Mediawiki Skins and I have taken over a customized chameleon skin for our public photo project (one year ago I migrated the skin from chameleon 2 to 3).
On https://github.com/patrickfl/RottweilSkin you can find the source code for an overloaded chameleon skin which is adding some special components for navigation.
This adapted skin is running smooth with MediaWiki 1.35.6 and chameleon 3.1. ("mediawiki/chameleon-skin": "3.1", "scssphp/scssphp": "1.4.1", "mediawiki/bootstrap": "4.5.0").
As soon as I'm updating any of the package versions mentioned before, the skin is getting messed up (font, layout, the colors are still ok) but I do not really know why.
I think it has something to do with the scss stuff or how the resources are loaded: https://github.com/patrickfl/RottweilSkin/blob/main/skin.json or https://github.com/patrickfl/RottweilSkin/blob/main/src/SkinRottweilSkin.php
Any ideas or hints are really, really welcome.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions