fix: Change deprecated function presetUno to presetWind3 (#2103)

This commit is contained in:
Patryk Kuniczak
2026-02-09 21:55:28 +01:00
committed by GitHub
parent 08e8560865
commit f6071f7e2d
+2 -2
View File
@@ -1,5 +1,5 @@
import { defineConfig } from 'wxt';
import { presetUno } from 'unocss';
import { presetWind3 } from 'unocss';
export default defineConfig({
srcDir: 'src',
@@ -53,7 +53,7 @@ export default defineConfig({
],
},
},
presets: [presetUno()],
presets: [presetWind3()],
},
},
});