From a0541cb5df00294282f19f73494b8cc10bf87bae Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 23 Jun 2022 23:07:57 +0200 Subject: [PATCH] chore(docs): let windicss scan theme dir --- docs/src/.vuepress/windi.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/.vuepress/windi.config.ts b/docs/src/.vuepress/windi.config.ts index c3655f43..26a4eccd 100644 --- a/docs/src/.vuepress/windi.config.ts +++ b/docs/src/.vuepress/windi.config.ts @@ -7,6 +7,7 @@ import scrollbar from '@windicss/plugin-scrollbar' export default defineConfig({ extract: { include: [ + resolve(__dirname, './theme/**/*.{ts,md,vue}'), resolve(__dirname, '../../components/**/*.{ts,md,vue}'), resolve(__dirname, '../**/*.{ts,md,vue}') ],