From 4c13cb713d17674d5a6a750ee60a52d90a6922cf Mon Sep 17 00:00:00 2001 From: Clare Ming Date: Mon, 10 Jan 2022 15:01:42 -0700 Subject: [PATCH] Update skinStyles with new vector skin key. Bug: T292599 Change-Id: Ib05b186df5c40ca2e157ab5acd510e0dfda50666 --- extension.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 0fa16d97..a0f25f02 100644 --- a/extension.json +++ b/extension.json @@ -158,7 +158,8 @@ "styles": "css/ext.uls.less", "skinStyles": { "monobook": "css/ext.uls-monobook.css", - "vector": "css/ext.uls-vector.less" + "vector": "css/ext.uls-vector.less", + "vector-2022": "css/ext.uls-vector.less" }, "dependencies": [ "jquery.uls.data", @@ -320,6 +321,9 @@ "vector": [ "css/ext.uls.pt-vector.less" ], + "vector-2022": [ + "css/ext.uls.pt-vector.less" + ], "monobook": [ "css/ext.uls.pt.less", "css/ext.uls.pt-default.less",