mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-08-29 09:03:55 +00:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import { defineConfig, presetTypography, presetUno } from 'unocss'
|
|
|
|
export default defineConfig({
|
|
presets: [presetUno(), presetTypography()],
|
|
})
|