This commit is contained in:
2025-10-27 14:46:46 +08:00
parent 84128c52a5
commit 58d0cb99b8
5 changed files with 19 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig, presetWind3, presetAttributify, presetIcons, presetTypography, presetWebFonts, transformerDirectives } from "unocss";
export default defineConfig({
presets: [
presetWind3(),
presetAttributify(),
presetIcons(),
presetTypography(),
]
})