diff --git a/Web/uno.config.ts b/Web/uno.config.ts new file mode 100644 index 00000000..60628325 --- /dev/null +++ b/Web/uno.config.ts @@ -0,0 +1,5 @@ +import { defineConfig } from 'unocss'; + +export default defineConfig({ + // ...UnoCSS options +});