mirror of
https://github.com/KwiTsukasa/kt-template-online-web.git
synced 2026-05-27 16:35:47 +08:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
// uno.config.ts
|
|
import { defineConfig } from "unocss";
|
|
|
|
export default defineConfig({
|
|
// ...UnoCSS options
|
|
});
|