update(docs): Add windicss

* remove unused files
This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent e97d9a1dc9
commit 36e3299681
24 changed files with 966 additions and 441 deletions
+11
View File
@@ -0,0 +1,11 @@
import { defineConfig } from 'windicss/helpers'
import { resolve } from 'path'
export default defineConfig({
extract: {
include: [
resolve(__dirname, 'components/**/*.{ts,md,vue}')
],
},
attributify: true,
})