mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-01 19:36:06 +08:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import { defineConfig, presetTypography, presetUno } from 'unocss'
|
|
|
|
export default defineConfig({
|
|
presets: [presetUno(), presetTypography()],
|
|
})
|