mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
13 lines
261 B
Text
13 lines
261 B
Text
@import "variables.less";
|
|
@import "beta/variables.less";
|
|
|
|
@media screen {
|
|
@import "screen.less";
|
|
@import "beta/screen.less";
|
|
@import "externalLinks.less";
|
|
@import "collapsibleNav.less";
|
|
}
|
|
|
|
@media screen and (min-width: 982px) {
|
|
@import "screen-hd.less";
|
|
}
|