1 Star 0 Fork 0

融创达电子/rcdet-ui-vpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
unocss.config.ts 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
zouyulong 提交于 2024-01-26 16:34 +08:00 . 替换框架
import {
transformerVariantGroup,
transformerDirectives,
presetAttributify,
defineConfig,
presetMini,
presetUno,
} from 'unocss';
// https://github.com/unocss/unocss#readme
export default defineConfig({
presets: [presetMini({ dark: 'class' }), presetAttributify(), presetUno()],
transformers: [transformerDirectives(), transformerVariantGroup()],
shortcuts: {
'wh-full': 'w-full h-full',
'flex-ac': 'flex justify-around items-center',
'flex-bc': 'flex justify-between items-center',
},
theme: {},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rcdet/rcdet-ui-vpp.git
git@gitee.com:rcdet/rcdet-ui-vpp.git
rcdet
rcdet-ui-vpp
rcdet-ui-vpp
master

搜索帮助