2021-06-24 12:07:10 -04:00
|
|
|
@import 'variables.less';
|
2023-05-31 01:58:16 -04:00
|
|
|
@import 'mediawiki.mixins.less';
|
2021-06-24 12:07:10 -04:00
|
|
|
|
|
|
|
@media screen {
|
|
|
|
@import 'screen-common.less';
|
|
|
|
|
|
|
|
// When responsive mode is not enabled, apply desktop styles at lower resolutions unconditionally.
|
|
|
|
// When responsive mode is enabled, this class will be present and these rules will not apply
|
|
|
|
// and instead the rules in skin-responsive.less will apply.
|
|
|
|
body:not( .skin--responsive ) {
|
|
|
|
@import 'screen-desktop.less';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
@import 'print-common.less';
|
|
|
|
}
|