Skip to content

Commit

Permalink
更改 UnoCSS 预设
Browse files Browse the repository at this point in the history
  • Loading branch information
imsfc committed Sep 20, 2024
1 parent bafc683 commit 6f6254c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'unocss'
import { presetMini } from 'unocss/preset-mini'
import { presetUno } from 'unocss/preset-uno'

export default defineConfig({
presets: [presetMini()],
presets: [presetUno()],
})

0 comments on commit 6f6254c

Please sign in to comment.