Page MenuHomeWickedGov Phorge

skin-responsive.less
No OneTemporary

Size
700 B
Referenced Files
None
Subscribers
None

skin-responsive.less

@import 'variables.less';
@import 'mediawiki.mixins.less';
/**
* Styles for responsive version of MonoBook.
* IMPORTANT: These must not be merged with screen-common.less
* Doing so will confuse the LESS compiler and it will de-duplicate shared styles
* resulting in the breaking of responsive mode.
* See https://github.com/wikimedia/less.php/issues/69 for more information.
*/
@media screen {
// Must only apply when the skin-responsive class is on the body element.
body.skin--responsive {
// These styles are not used at mobile resolution.
@media ( min-width: 551px ) {
@import 'screen-desktop.less';
}
@media ( max-width: 550px ) {
@import 'screen-mobile.less';
}
}
}

File Metadata

Mime Type
text/plain
Expires
Aug 19 2026, 16:11 (4 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fc/cd/c13e7baa924f35ed930bad4fabb6
Default Alt Text
skin-responsive.less (700 B)

Event Timeline