1 Star 0 Fork 118

唐战渊/koi-ui

forked from 于金金/koi-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
unocss.config.ts 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
于金金 提交于 2023-11-28 19:38 . 👻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()转换器
]
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tangzhanyuan/koi-ui.git
git@gitee.com:tangzhanyuan/koi-ui.git
tangzhanyuan
koi-ui
koi-ui
master

搜索帮助