kindergarten/reading-platform-frontend/uno.config.ts
2026-03-03 10:58:23 +08:00

8 lines
166 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { defineConfig, presetUno } from 'unocss';
export default defineConfig({
presets: [
presetUno(), // 默认原子样式预设(类 Tailwind
],
});