2024-08-10 05:26:58 +00:00
|
|
|
import { defineConfig, presetAttributify, presetTypography, presetUno } from "unocss"
|
2024-07-02 15:07:22 +00:00
|
|
|
|
2024-08-10 05:26:58 +00:00
|
|
|
export default defineConfig({
|
|
|
|
presets: [presetAttributify(), presetUno(), presetTypography()],
|
|
|
|
})
|