From 4243a4b5288c2d491225443539acaa0449af9cc7 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 18 Feb 2024 21:26:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20sass=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20`@use`=20=E6=9B=BF=E4=BB=A3=20`@import`=20=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E5=A4=96=E9=83=A8=E6=96=87=E4=BB=B6=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 6520375e..1e466bef 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,5 +1,5 @@ -@import "./transition"; -@import "./reset"; +@use "./transition"; +@use "./reset"; .app-container { padding: 10px;