Skip to content

Commit

Permalink
chore: playground apply
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Oct 18, 2024
1 parent 5638372 commit 9c26920
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions playground/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import { defineConfig } from 'unocss'
import { presetUseful } from 'unocss-preset-useful'
import { defineUsefulConfig } from 'unocss-preset-useful'

export default defineConfig({
presets: [
presetUseful({
typography: true,
enableMagicAnimations: true,
webFonts: {
fonts: {
dm: 'DM Sans',
mono: 'Fira Code',
roboto: 'Roboto Condensed',
},
},
}),
],
export default defineUsefulConfig({
typography: true,
enableMagicAnimations: true,
webFonts: {
fonts: {
dm: 'DM Sans',
mono: 'Fira Code',
roboto: 'Roboto Condensed',
},
},
})

0 comments on commit 9c26920

Please sign in to comment.