mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-17 20:52:14 +00:00
0fac9045ac
Split out the sidebar in advance of significant Latest mode only changes. The Less split was made by adding a new Sidebar.less file that imports the Legacy implementation. The Mustache split was made by file copying the existing implementation into a legacy/ subfolder. Both the Legacy and Latest implementations were then stripped of templates not applicable to their modes. These changes are aligned with the splits for JavaScript. Bug: T246419 Change-Id: Ib82769ea16bfc09efe8a088220aab55bdde0d381
31 lines
666 B
Plaintext
31 lines
666 B
Plaintext
// Legacy Vector stylesheets
|
|
|
|
@import '../../variables.less';
|
|
@import 'mediawiki.mixins.less';
|
|
|
|
@media screen {
|
|
@import 'legacy/layout.less';
|
|
@import 'common/content.less';
|
|
@import 'common/typography.less';
|
|
|
|
// Components
|
|
@import 'Indicators.less';
|
|
@import 'SiteNotice.less';
|
|
@import 'Menu.less';
|
|
@import 'SearchBox.less';
|
|
@import 'MenuTabs.less';
|
|
@import 'TabWatchstarLink.less';
|
|
@import 'MenuDropdown.less';
|
|
@import 'MenuPortal.less';
|
|
@import 'legacy/Sidebar.less';
|
|
@import 'SidebarLogo.less';
|
|
@import 'Footer.less';
|
|
}
|
|
|
|
// Support: IE8
|
|
// Media query hack required.
|
|
@import 'TabWatchstarLink-ie8.less';
|
|
|
|
// Media: Print
|
|
@import 'common/print.less';
|