styles: Remove references to the legacy Codex build

Since Codex switched over to rem units, all differences between the
"legacy" and non-legacy builds of the library have disappeared.

This change removes references to the legacy version of the library
in preparation for the removal of these artifacts from Codex.

Bug: T360806
Change-Id: I158519eddc1738a5daeedb94eb7d2f692e74b84a
This commit is contained in:
Eric Gardner 2024-04-22 11:32:16 -07:00 committed by Eric Gardner
parent 43c865d5e4
commit cb8c7a17fd
2 changed files with 1 additions and 5 deletions

View file

@ -6,7 +6,7 @@
@import 'mediawiki.skin.defaults.less';
// Use the legacy version (for a 14px base font size) of the wikimedia-ui theme
@import 'mediawiki.skin.codex-design-tokens/theme-wikimedia-ui-legacy.less';
@import 'mediawiki.skin.codex-design-tokens/theme-wikimedia-ui.less';
// Overrides for Codex variables:

View file

@ -155,10 +155,6 @@
"vector-2022": "resources/mediawiki.less/vector-2022",
"vector": "resources/mediawiki.less/vector"
},
"SkinCodexThemes": {
"vector-2022": "wikimedia-ui-legacy",
"vector": "wikimedia-ui-legacy"
},
"MessagesDirs": {
"Vector": [
"i18n"