update(docs): fitview on breakpoint change

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 186b96f87d
commit 6fd1ebc3c1
6 changed files with 66 additions and 51 deletions
+5 -2
View File
@@ -5,7 +5,10 @@ import scrollbar from '@windicss/plugin-scrollbar'
export default defineConfig({
extract: {
include: [resolve(__dirname, 'components/**/*.{ts,md,vue}'), resolve(__dirname, '../src/**/*.{ts,md,vue}')],
include: [
resolve(__dirname, 'components/**/*.{ts,md,vue}'),
resolve(__dirname, '../src/**/*.{ts,md,vue}')
],
},
attributify: true,
@@ -15,7 +18,7 @@ export default defineConfig({
typography({
dark: true,
}),
scrollbar,
scrollbar
],
shortcuts: {