Merge "hygiene: Make LESS imports non-ambigious"

This commit is contained in:
jenkins-bot 2019-10-28 08:31:27 +00:00 committed by Gerrit Code Review
commit ac483a78ed
8 changed files with 14 additions and 14 deletions

View File

@ -3,7 +3,7 @@
* prepended with @noflip in a comment block.
*
*/
@import 'mediawiki.mixins';
@import 'mediawiki.mixins.less';
/* Framework */
html {

View File

@ -1,7 +1,7 @@
@import 'mediawiki.mixins';
@import 'personalNavigation';
@import 'search';
@import 'tabs';
@import 'mediawiki.mixins.less';
@import 'personalNavigation.less';
@import 'search.less';
@import 'tabs.less';
/* Hide, but keep accessible for screen-readers */
#mw-navigation h2 {

View File

@ -1,5 +1,5 @@
@import 'mediawiki.mixins';
@import 'mediawiki.ui/variables';
@import 'mediawiki.mixins.less';
@import 'mediawiki.ui/variables.less';
/* Search */
#p-search {

View File

@ -1,5 +1,5 @@
@import '../variables';
@import 'mediawiki.mixins';
@import '../variables.less';
@import 'mediawiki.mixins.less';
/**
* Styling for namespace tabs (page, discussion) and views (read, edit, view history, watch and other actions)

View File

@ -1,5 +1,5 @@
@import '../variables';
@import 'mediawiki.mixins.rotation';
@import '../variables.less';
@import 'mediawiki.mixins.rotation.less';
/* Watch/Unwatch Icon Styling */
/* Only use icon if the menu item is not collapsed into the "More" dropdown

View File

@ -3,7 +3,7 @@
instead of to the side of it. They also hide the logo, as there's no space
left for it.
*/
@import 'mediawiki.ui/variables';
@import 'mediawiki.ui/variables.less';
@media screen and ( max-width: @width-breakpoint-tablet ) {
#mw-head {

View File

@ -1,4 +1,4 @@
@import 'mediawiki.ui/variables';
@import 'mediawiki.ui/variables.less';
@import '../variables.less';
/* mediawiki.notification */

View File

@ -1,4 +1,4 @@
@import 'mediawiki.ui/variables';
@import 'mediawiki.ui/variables.less';
@font-size-root: 100%;
@font-size-browser: 16; // Assumed browser default of `16px`