mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-18 13:05:50 +00:00
872519ab94
It is not the most useful of components and adds an additional layer of complexity similar to multiple inheritance chains that we find in Object oriented programming. I suggest we use index.mustache going forward for laying out the different components and use components/template partials for reusable components. Change-Id: I6fd5fe1c3d3826d737ccd8ed5a38890305664876
20 lines
429 B
Plaintext
20 lines
429 B
Plaintext
@import '../../variables.less';
|
|
|
|
/* Vector screen styles */
|
|
@media screen {
|
|
@import 'common.less';
|
|
@import 'PersonalMenu.less';
|
|
@import 'SearchBox.less';
|
|
@import 'VectorTabs.less';
|
|
@import 'watchstar.less';
|
|
@import 'VectorMenu.less';
|
|
@import 'Portal.less';
|
|
@import 'Sidebar.less';
|
|
@import 'Footer.less';
|
|
@import 'EmphasizedSidebarAction.less';
|
|
@import 'externalLinks.less';
|
|
}
|
|
|
|
@import 'hd.less';
|
|
@import 'print.less';
|