From 6ed80bf2a5f1eff453fe1ced2eb7a7366e719bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F=E7=A8=8B=28=E7=8F=B5=E4=B9=8B=29?= Date: Thu, 26 Dec 2024 15:06:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(Core):=20=E4=BF=AE=E5=A4=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20css=20variable=20=E6=A8=A1=E5=BC=8F=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=97=B6=EF=BC=8C=E4=B8=BB=E9=A2=98=E5=8C=85=E5=86=85?= =?UTF-8?q?=E7=9A=84=20varMap=20=E9=85=8D=E7=BD=AE=E5=80=BC=E4=BC=9A?= =?UTF-8?q?=E8=A2=AB=E9=87=8D=E5=A4=8D=E8=A6=86=E7=9B=96=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#5002)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/core/util/_varMap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/util/_varMap.scss b/components/core/util/_varMap.scss index 6ac1eb527e..eaa8ffe05f 100644 --- a/components/core/util/_varMap.scss +++ b/components/core/util/_varMap.scss @@ -1,4 +1,4 @@ -$varMap: (); +$varMap: () !default; @function get-compiling-value($cssVarRepresentation) { @if map-has-key($varMap, $cssVarRepresentation) { @return map-get($varMap, $cssVarRepresentation);