1 Star 0 Fork 1

楠锋/layui-vue-playground

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
unocss.config.ts 365 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jevin 提交于 2024-05-09 19:17 +08:00 . first commit
import { defineConfig, presetAttributify, presetIcons, presetUno } from 'unocss'
import transformerDirective from '@unocss/transformer-directives'
export default defineConfig({
presets: [presetUno(), presetAttributify(), presetIcons()],
transformers: [transformerDirective()],
shortcuts: {
'color-primary': 'color-[var(--global-checked-color)]',
},
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wx_5c8e8044dc/layui-vue-playground.git
[email protected]:wx_5c8e8044dc/layui-vue-playground.git
wx_5c8e8044dc
layui-vue-playground
layui-vue-playground
master

搜索帮助