mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-09-15 16:00:06 +08:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { defineConfig } from 'unocss'
|
|
|
|
export default defineConfig({
|
|
safelist: ['w-full', 'h-full'],
|
|
})
|