From 264e6e6e9cefa544156e03c386c82ea84f213d3d Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 20 Jan 2024 23:47:04 +0800 Subject: [PATCH] chore: tweak file name --- web/src/less/{code-highlight.less => highlight.less} | 0 web/src/main.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/src/less/{code-highlight.less => highlight.less} (100%) diff --git a/web/src/less/code-highlight.less b/web/src/less/highlight.less similarity index 100% rename from web/src/less/code-highlight.less rename to web/src/less/highlight.less diff --git a/web/src/main.tsx b/web/src/main.tsx index 782ad070..62d7e4da 100644 --- a/web/src/main.tsx +++ b/web/src/main.tsx @@ -7,7 +7,7 @@ import "./css/global.css"; import "./css/tailwind.css"; import "./helpers/polyfill"; import "./i18n"; -import "./less/code-highlight.less"; +import "./less/highlight.less"; import router from "./router"; import store from "./store"; import theme from "./theme";