build: added unocss

This commit is contained in:
Константин Уколов
2024-07-30 11:09:17 +03:00
parent 689743a056
commit 8eddb57125
5 changed files with 612 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
// uno.config.ts
import { defineConfig } from 'unocss'
export default defineConfig({
// ...UnoCSS options
})