mediawiki-skins-Vector/resources/common
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
..
components styles: Update opacity values to align with Codex design system 2023-03-07 13:42:46 -08:00
images icons: Remove unnecessary code from SVG files 2023-04-01 12:23:11 +00:00
common.less [Technical] Remove common Menu styles 2022-11-08 14:31:14 -06:00
mixins.less [Refactor] Prepare existing styles for zebra module 2023-04-19 18:53:11 +00:00
normalize.less Reorganize LESS files to match ResourceLoader conventions 2021-04-08 15:47:56 +01:00
print.less Remove custom checkbox-hack implementations 2023-04-04 10:01:09 -04:00
typography.less styles: Don't include the "jump to" links when copy-pasting article text 2023-03-14 05:24:19 -07:00
variables.less [Refactor] Prepare existing styles for zebra module 2023-04-19 18:53:11 +00:00