Skip to content

Commit 153cd3b

Browse files
feat(pereset): migrate to new windi3 preset
1 parent 654d4d7 commit 153cd3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uno.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// uno.config.ts
22
import { defineConfig } from "unocss";
3-
import { presetUno } from "unocss";
3+
import { presetWind3 } from "unocss";
44
import { presetIcons } from "unocss";
55
import transformerVariantGroup from "@unocss/transformer-variant-group";
66
import { presetDaisy } from "unocss-preset-daisyui-next";
77
export default defineConfig({
88
presets: [
9-
presetUno(),
9+
presetWind3(),
1010
presetDaisy({
1111
themes: ["business", "dark", "black", "forest"],
1212
}),

0 commit comments

Comments
 (0)