We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccee10 commit efcd25aCopy full SHA for efcd25a
packages/client/windi.config.ts
@@ -6,7 +6,8 @@ import typography from 'windicss/plugin/typography'
6
export default defineConfig({
7
extract: {
8
include: [
9
- resolve(__dirname, '**/*.{vue,ts}'),
+ '*.md',
10
+ resolve(__dirname, '**/*.{vue,ts,js,md}'),
11
'**/*.{vue,ts,tsx,jsx,md}',
12
],
13
exclude: [
0 commit comments