From c4f58af23f1116e3ba6209623358373803bced2e Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:38:25 +0800 Subject: [PATCH] Add File --- static/scss/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/scss/index.scss diff --git a/static/scss/index.scss b/static/scss/index.scss new file mode 100644 index 0000000..1db0787 --- /dev/null +++ b/static/scss/index.scss @@ -0,0 +1,6 @@ +// global +@import "./global.scss"; +// color-ui +@import "@/static/scss/colorui.css"; +// iconfont +@import "@/static/font/iconfont.css"; \ No newline at end of file