mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 12:09:30 +00:00
24 lines
470 B
Plaintext
24 lines
470 B
Plaintext
|
/**
|
||
|
* Common styles and components shared by both,
|
||
|
* Vector legacy and Vector modern.
|
||
|
*/
|
||
|
|
||
|
@import './variables.less';
|
||
|
@import 'mediawiki.mixins.less';
|
||
|
|
||
|
@media screen {
|
||
|
// Common styles
|
||
|
@import './normalize.less';
|
||
|
@import './typography.less';
|
||
|
|
||
|
// Components
|
||
|
@import './components/Indicators.less';
|
||
|
@import './components/SiteNotice.less';
|
||
|
@import './components/SidebarLogo.less';
|
||
|
@import './components/Footer.less';
|
||
|
}
|
||
|
|
||
|
@media print {
|
||
|
@import './print.less';
|
||
|
}
|