mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 03:34:25 +00:00
9a3a3d3c96
To have a clean break for upcoming changes we will duplicate index.less into legacy.less and create a new module to clearly separate new styles from old. The preferred name however does come with some caching challenges. Cached HTML served to anons will continue to load the style module `skins.vector.styles` for a period of 1-4 weeks Provided we are careful with our changes during this period this should be okay. Change-Id: If32b59036e5cd62cbb804944ca93fa1a101c5129
20 lines
416 B
Plaintext
20 lines
416 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 'Navigation.less';
|
|
@import 'Portal.less';
|
|
@import 'Sidebar.less';
|
|
@import 'Footer.less';
|
|
@import 'externalLinks.less';
|
|
}
|
|
|
|
@import 'hd.less';
|
|
@import 'print.less';
|