From d44509d2ee10656a0330c466243830dcc66e4d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 27 Feb 2022 12:56:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SCSS=E5=85=A8=E5=B1=80=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 282e4c80..1416e9dc 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,4 +1,4 @@ -@import './variables.scss'; +@import 'src/styles/variables.module'; @import './mixin.scss'; @import './transition.scss'; @import 'src/styles/element-plus';