1 Star 0 Fork 0

子桁/项目初始化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uno.config.ts 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
子桁 提交于 2024-07-23 15:01 . update
// uno.config.ts
import {
defineConfig,
presetAttributify,
presetIcons,
presetTypography,
presetUno,
presetWebFonts,
transformerDirectives,
transformerVariantGroup,
} from "unocss"
export default defineConfig({
shortcuts: [
["wh-full", "w-full h-full"],
["f-c-c", "flex justify-center items-center"],
["j-b", "flex justify-between"],
["i-c", "items-center"],
["flex-col", "flex flex-col"],
["card-border", "border border-solid border-light_border dark:border-dark_border"],
["auto-bg", "bg-white dark:bg-dark"],
["auto-bg-hover", "hover:bg-#eaf0f1 hover:dark:bg-#1b2429"],
["auto-bg-highlight", "bg-#eaf0f1 dark:bg-#1b2429"],
["text-highlight", "rounded-4 px-8 py-2 auto-bg-highlight"],
],
theme: {
colors: {
// ...
},
},
presets: [
presetUno(),
presetAttributify(),
presetIcons(),
presetTypography(),
presetWebFonts({
fonts: {
// ...
},
}),
],
transformers: [transformerDirectives(), transformerVariantGroup()],
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yellow_ii/template.git
git@gitee.com:yellow_ii/template.git
yellow_ii
template
项目初始化
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385