2022-06-17 17:48:25 +08:00
|
|
|
import { defineConfig, presetAttributify, presetIcons, presetUno } from 'unocss'
|
2022-06-11 16:55:36 +08:00
|
|
|
|
|
|
|
export default defineConfig({
|
2022-06-18 19:14:50 +08:00
|
|
|
shortcuts: [['f-c-c', 'flex justify-center items-center']],
|
2022-06-17 17:48:25 +08:00
|
|
|
presets: [presetUno(), presetAttributify()],
|
2022-06-11 16:55:36 +08:00
|
|
|
})
|