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. * prepended with @noflip in a comment block.
* *
*/ */
@import 'mediawiki.mixins'; @import 'mediawiki.mixins.less';
/* Framework */ /* Framework */
html { html {

View file

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

View file

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

View file

@ -1,5 +1,5 @@
@import '../variables'; @import '../variables.less';
@import 'mediawiki.mixins'; @import 'mediawiki.mixins.less';
/** /**
* Styling for namespace tabs (page, discussion) and views (read, edit, view history, watch and other actions) * 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 '../variables.less';
@import 'mediawiki.mixins.rotation'; @import 'mediawiki.mixins.rotation.less';
/* Watch/Unwatch Icon Styling */ /* Watch/Unwatch Icon Styling */
/* Only use icon if the menu item is not collapsed into the "More" dropdown /* 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 instead of to the side of it. They also hide the logo, as there's no space
left for it. left for it.
*/ */
@import 'mediawiki.ui/variables'; @import 'mediawiki.ui/variables.less';
@media screen and ( max-width: @width-breakpoint-tablet ) { @media screen and ( max-width: @width-breakpoint-tablet ) {
#mw-head { #mw-head {

View file

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

View file

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