mediawiki-skins-Vector/resources
Jan Drewniak da92ecf7cc [Refactor] Prepare existing styles for zebra module
This refactor seeks to make it easier to separate
feature flagged styles by wrapping the imports in
a top-level feature-flag selector, e.g:

    .vector-feature-zebra-design-disabled {
        @import './layouts/preZebra.less';
    }

This change does the following:
- Moves all file @imports to skin.less
- Removes unnecessary @import from MainMenu.less
- Moves .mixin-page-container() to mixins.less
- Moves @min-width-supported variable to variables.less
- Scopes existing Zebra styles at the skin.less file @import level
- Removes selectors ending with ampersands

The last changes makes it easer to reason about changes
specifically when wrapping entire file imports in a selector
since the ampersand ends up inheriting its value
from the skin.less file.

No visual differences are expected with this change.

Bug: T332600
Change-Id: Ife05e28ff38f9c5077e2d9eac653df656566e443
2023-04-19 18:53:11 +00:00
..
common [Refactor] Prepare existing styles for zebra module 2023-04-19 18:53:11 +00:00
mediawiki.less Import Codex tokens into mediawiki.skin.variables.less 2023-03-15 21:15:01 +00:00
skins.vector.js Add custom limited width popup 2023-04-17 22:35:52 +00:00
skins.vector.legacy.js Forbid jQuery usage in Vector 2022 2023-04-17 17:20:59 +00:00
skins.vector.search Use modern ES6 methods 2023-04-14 13:38:38 -07:00
skins.vector.styles [Refactor] Prepare existing styles for zebra module 2023-04-19 18:53:11 +00:00
skins.vector.styles.legacy Clean up leftover Sidebar CSS 2023-04-17 21:02:58 +00:00
CheckboxHack.d.ts
CollapsibleTabsPlugin.d.ts
MediaWikiPageReady.d.ts
mw.d.ts
VectorResourceLoaderVirtualConfig.d.ts Refactor: Separate A/B test configuration from site configuration 2023-04-11 22:40:45 +00:00
vue.d.ts