import { lsPreset } from '@lingshu/theme-lib/unocss'; import { defineConfig, presetWind3 } from 'unocss'; export default defineConfig({ presets: [ presetWind3({ prefix: 'ls-', preflight: false, }), lsPreset(), ], });