1 Star 1 Fork 0

jiacheng-coder/frontend-resume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.cjs 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiacheng-coder 提交于 2022-12-07 09:56 +08:00 . fix - bug
module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
themes: ["cupcake", "night", "aqua"],
},
variants: {
extend: {},
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
daisyui: {
styled: true,
themes: true,
base: true,
utils: true,
logs: true,
rtl: false,
prefix: "",
darkTheme: "cupcake",
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhujiacheng612/frontend-resume.git
git@gitee.com:zhujiacheng612/frontend-resume.git
zhujiacheng612
frontend-resume
frontend-resume
master

搜索帮助