chore: switch presetUno to presetWind3 (#381)

This commit is contained in:
Chris 2025-12-02 12:25:35 +08:00 committed by GitHub
parent d96ef28321
commit a2cf72a26f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import { defineConfig, presetAttributify, presetIcons, presetUno, transformerDirectives, transformerVariantGroup } from 'unocss'
import { defineConfig, presetAttributify, presetIcons, presetWind3, transformerDirectives, transformerVariantGroup } from 'unocss'
export default defineConfig({
shortcuts: {
@ -10,7 +10,7 @@ export default defineConfig({
'icon-button': 'op50 hover:op100 my-auto shrink-0',
},
presets: [
presetUno(),
presetWind3(),
presetIcons(),
presetAttributify(),
],