feat(website): unocss

This commit is contained in:
iCrawl
2022-06-08 21:45:16 +02:00
parent 33cdcdbb7a
commit 256c4f955c
9 changed files with 493 additions and 14 deletions

View File

@@ -7,6 +7,7 @@
"codezombiech.gitignore",
"eamodio.gitlens",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense"
"christian-kohler.path-intellisense",
"antfu.unocss"
]
}

View File

@@ -5,5 +5,6 @@
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
}
},
"unocss.root": "./packages/website"
}