FeiXianKuangChanJianGuan/uno.config.ts

6 lines
149 B
TypeScript
Raw Permalink Normal View History

2026-02-04 11:06:40 +08:00
import { defineConfig, presetTypography, presetUno } from 'unocss';
export default defineConfig({
presets: [presetUno(), presetTypography()],
});