This commit is contained in:
zyronon
2024-05-16 16:48:52 +08:00
parent 33fe1a33c0
commit 1025440425
16 changed files with 1221 additions and 521 deletions

8
postcss.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
// postcss.config.mjs
import UnoCSS from '@unocss/postcss'
export default {
plugins: [
UnoCSS(),
],
}