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'