chore(docs): let windicss scan theme dir

This commit is contained in:
bcakmakoglu
2022-06-23 23:09:17 +02:00
parent 6a71a5fdbd
commit a0541cb5df
+1
View File
@@ -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}')
],