mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(skinStyles): add missing variables.less import (#480)
Seeing variable @icon-size is undefined in file /srv/mediawiki/w/skins/Citizen/skinStyles/extensions/UniversalLanguageSelector/ext.uls.pt.less in ext.uls.pt.less on line 19. Which I think is due to a missing import that contains the definition of @icon-size.
This commit is contained in:
parent
817546621a
commit
496b6f9403
|
@ -8,6 +8,8 @@
|
|||
* Date: 2022-05-17
|
||||
*/
|
||||
|
||||
@import '../../../resources/variables.less';
|
||||
|
||||
// Needed to override specificity from original style
|
||||
.skin-citizen #pt-uls .uls-trigger {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue