mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/skin.less
Jon Robson 12f3e033a7 Redo icon sizing
The current implementation enforces the size to be part of the
icon name. It would be preferable to have a specific class for
controlling size given we don't want to have to update all the
names of our icons.

Bug: T342908
Change-Id: I84407fb562c288bafe02e97ba7f3366de7f61611
2023-08-11 17:08:28 +00:00

13 lines
302 B
Plaintext

@import 'reset.less';
@import 'ui.less';
@import 'buttons.less';
@import 'icons.less';
@import 'pageactions.less';
@import 'userMenu.less';
@import 'anonTalkMessage.less';
@import 'common.less';
@import 'header.less';
@import 'LanguageSection.less';
@import 'footer.less';
@import 'print/styles.less';