mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
10 lines
151 B
TypeScript
10 lines
151 B
TypeScript
|
import { defineConfig, presetMini } from 'unocss'
|
||
|
|
||
|
export default defineConfig({
|
||
|
presets: [
|
||
|
presetMini({
|
||
|
preflight: false,
|
||
|
}),
|
||
|
],
|
||
|
})
|