mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
17968826fa
Follow up to I4c2e115451c0a76c742734730712814c1f1d838d. This will allow us to load the templates directly into skin.mustache via {{>PartialName}} Templates partials can only be resolved relative to the folder given to the TemplateParser. Change-Id: I5783d49c25d2efcf4781dd912500bf8b413b8cb6
16 lines
457 B
Plaintext
16 lines
457 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
@import '../../minerva.less/minerva.mixins.less';
|
|
|
|
// wgMinervaTalkAtTop feature
|
|
@import 'tabs.less';
|
|
|
|
// wgMinervaPersonalMenu
|
|
@import '../../includes/Skins/ToggleList/DropDownList.less';
|
|
@import '../../includes/Skins/ToggleList/MenuListItem.less';
|
|
|
|
// wgMinervaPersonalMenu
|
|
@import '../../resources/skins.minerva.amc.styles/userMenu.less';
|
|
|
|
// wgMinervaHistoryInPageActions
|
|
@import 'pageactions.less';
|