import { defineConfig, presetWind3, presetUno } from 'unocss' export default defineConfig({ presets: [presetUno({ dark: 'class' }), presetWind3()], theme: { colors: {} }, shortcuts: {}, rules: [] })