From 601f6fcf80ad41c01f9dc77313d95c05bca4cb43 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 28 Jul 2025 23:08:12 +0900 Subject: [PATCH] remove unnecessary imports --- src/app.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app.scss b/src/app.scss index 3ee29274..f0f7488d 100644 --- a/src/app.scss +++ b/src/app.scss @@ -8,14 +8,12 @@ // For a copy, see . // -$--font-path: '~element-ui/lib/theme-chalk/fonts'; - @use './assets/scss/flags.scss'; @use './assets/scss/animated-emoji.scss'; @import '~animate.css/animate.min.css'; @import '~noty/lib/noty.css'; -@import '~element-ui/packages/theme-chalk/src/index'; +@import '~element-ui/lib/theme-chalk/index.css'; .color-palettes { background: #409eff;