Skip to content

Commit

Permalink
fix(playground): avoid preflight again
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Sep 20, 2022
1 parent 7daa322 commit 75c263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/unocss.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { presetOnu } from 'onu-ui'

export default defineConfig({
presets: [
presetUno(),
presetUno({ preflight: false }),
presetAttributify(),
presetIcons({
scale: 1.1,
Expand Down

0 comments on commit 75c263e

Please sign in to comment.