Files

13 lines
246 B
TypeScript
Raw Permalink Normal View History

2026-05-23 14:05:22 +08:00
import { lsPreset } from '@lingshu/theme-lib/unocss';
import { defineConfig, presetWind3 } from 'unocss';
export default defineConfig({
presets: [
presetWind3({
prefix: 'ls-',
preflight: false,
}),
lsPreset(),
],
});