mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
ca0d404e50
- New night theme added via Codex `.cdx-mode-dark();` mixin. - CSS custom properties separated from skin.less. - Font-size rem conversion removed since Codex now uses rems. - bundlesize increased by 1kb ( followup from Icfcb5c7418061a5727580f0685054356ba4edb72 ). - Icons that use background-images are inverted for night-theme. - Linter error fixed for long-lines in clientPreferences.js Co-Author: <Bernard Wang> bwang@wikimedia.org Bug: T354889 Depends-On: I1f54bf4f144eaec6ed317c04bd0c851c2f01b42c Change-Id: I3a8a147b6be67bc830f0d3b816a4b85c26f99cf1
47 lines
803 B
JSON
47 lines
803 B
JSON
{
|
|
"total": {
|
|
"vector-2022": {
|
|
"scripts": "80KB",
|
|
"styles": "19KB"
|
|
},
|
|
"vector": {
|
|
"scripts": "80KB",
|
|
"styles": "18KB"
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"resourceModule": "skins.vector.styles.legacy",
|
|
"maxSize": "8.6 kB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.vector.search.codex.styles",
|
|
"maxSize": "5.8 kB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.vector.search.codex.scripts",
|
|
"maxSize": "14.2 kB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.vector.styles",
|
|
"maxSize": "11.8 kB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.vector.js",
|
|
"maxSize": "15.5 kB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.vector.legacy.js",
|
|
"maxSize": "2.5 kB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.vector.search",
|
|
"maxSize": "3.3 kB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.vector.icons",
|
|
"maxSize": "1 kB"
|
|
}
|
|
]
|
|
}
|