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:
paladox 2022-06-16 17:20:40 +01:00 committed by GitHub
parent 817546621a
commit 496b6f9403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;