Skip to content

Commit 47e7b4a

Browse files
committed
refactor(uno): add mini preset
1 parent c6f9259 commit 47e7b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

uno.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { defineConfig, presetIcons, presetWind } from "unocss";
1+
import { defineConfig, presetIcons, presetMini, presetWind } from "unocss";
22

33
export default defineConfig({
44
presets: [
5+
presetMini(),
56
presetIcons({
67
cdn: "https://esm.sh/",
78
extraProperties: {

0 commit comments

Comments
 (0)