Skip to content

Commit

Permalink
refactor: ♻️ drop unnessecary Codex backport
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 2, 2025
1 parent 3ff58cd commit f506212
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions resources/mediawiki.less/mediawiki.skin.variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,6 @@
// Use import on MW 1.43
@import 'mediawiki.skin.codex-design-tokens/theme-wikimedia-ui.less';

// Backported breakpoint variables
// @since MW 1.41
@min-width-breakpoint-mobile: 320px;
@min-width-breakpoint-tablet: 640px;
@min-width-breakpoint-desktop: 1120px;
@min-width-breakpoint-desktop-wide: 1680px;
@max-width-breakpoint-mobile: ( @min-width-breakpoint-tablet - 1px );
@max-width-breakpoint-tablet: ( @min-width-breakpoint-desktop - 1px );
@max-width-breakpoint-desktop: ( @min-width-breakpoint-desktop-wide - 1px );

@z-index-bottom: -100;
@z-index-base: 0;
@z-index-above-content: 1;
@z-index-toolbar: 2;
@z-index-dropdown: 50;
@z-index-sticky: 100;
@z-index-fixed: 200;
@z-index-off-canvas-backdrop: 300;
@z-index-off-canvas: 350;
@z-index-overlay-backdrop: 400;
@z-index-overlay: 450;
@z-index-tooltip: 800;
@z-index-toast-notification: 900;
@z-index-top: 9999;
@z-index-stacking-0: 0;
@z-index-stacking-1: 1;
@z-index-stacking-2: 2;
@z-index-stacking-3: 3;

// Backported CSS variables
// @version Codex Design Tokens v1.8.0
// @since MW 1.43
Expand Down

0 comments on commit f506212

Please sign in to comment.