From 0b9c14b8d7ac1c713e607aa941f79747941f7c06 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:15:10 +0800 Subject: [PATCH] fix(config): remove unused and removed imports of original css style sheets to avoid crashes on build --- docs/.vitepress/theme/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index d41e22af..6f9fc38e 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -10,7 +10,7 @@ import mediumZoom from 'medium-zoom' // custom styles import import './styles/index.scss' -import './styles/vars.css' + // @ts-ignore // custom components and vue template layouts import CustomLayout from './CustomLayout.vue'