Skip to content

Commit

Permalink
fix: content copy
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Jul 11, 2024
1 parent d554645 commit b54c3f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { defineConfig } from 'unocss'
import { defineConfig, presetMini } from 'unocss'

export default defineConfig({
// ...UnoCSS options
presets: [
presetMini({
preflight: false,
}),
],
})

0 comments on commit b54c3f1

Please sign in to comment.