This repository has been archived on 2024-06-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SolarAgent/uno.config.ts

6 lines
206 B
TypeScript

import { defineConfig, presetAttributify, presetTypography, presetUno } from "unocss"
export default defineConfig({
presets: [presetAttributify(), presetTypography(), presetUno({ preflight: false })]
})