mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-04-24 23:07:22 -05:00
12 lines
156 B
TypeScript
12 lines
156 B
TypeScript
import {
|
|
defineConfig, presetTypography,
|
|
presetUno
|
|
} from 'unocss';
|
|
|
|
export default defineConfig({
|
|
presets: [
|
|
presetUno(),
|
|
presetTypography()
|
|
]
|
|
});
|