1 Star 0 Fork 116

陈p/yylAdminWeb

forked from skyselang/yylAdminWeb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uno.config.js 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
skyselang 提交于 2024-02-07 12:25 . v4
import {
defineConfig,
presetUno,
presetIcons,
presetWebFonts,
presetTypography,
presetAttributify,
transformerDirectives,
transformerVariantGroup
} from 'unocss'
export default defineConfig({
theme: {
colors: {
primary: 'var(--el-color-primary)',
primary_dark: 'var(--el-color-primary-light-5)'
}
},
presets: [presetUno(), presetIcons(), presetWebFonts(), presetTypography(), presetAttributify()],
transformers: [transformerDirectives(), transformerVariantGroup()]
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chen_p/yylAdminWeb.git
git@gitee.com:chen_p/yylAdminWeb.git
chen_p
yylAdminWeb
yylAdminWeb
master

搜索帮助