1 Star 0 Fork 183

纪怡朋/koi-ui

forked from 于心/koi-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
unocss.config.ts 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
于心 提交于 2023-07-18 17:20 . feat: 无限菜单展示
import {
defineConfig,
presetAttributify,
presetIcons,
presetTypography,
presetUno,
presetWebFonts,
transformerDirectives,
transformerVariantGroup,
} from "unocss";
export default defineConfig({
shortcuts: [],
presets: [
presetUno(), // 默认wind预设
presetAttributify(), // class拆分属性预设
presetTypography(), // 排版预设
presetIcons({
// 图标库预设
scale: 1.2,
warn: true,
}),
presetWebFonts({
// 网络字体预设
fonts: {
sans: "DM Sans",
serif: "DM Serif Display",
mono: "DM Mono",
},
}),
],
transformers: [
transformerVariantGroup(), // windi CSS的变体组功能
transformerDirectives(), // @apply @screen theme()转换器
],
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jiyipeng_1/koi-ui.git
[email protected]:jiyipeng_1/koi-ui.git
jiyipeng_1
koi-ui
koi-ui
master

搜索帮助