1 Star 0 Fork 0

wangzhefeng2000/reference

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
FireIsGood 提交于 2024-05-16 16:48 +08:00 . fix: format complex changes
module.exports = {
darkMode: "class", // or 'media' or 'class'
plugins: [
// https://github.com/jamiebuilds/tailwindcss-animate
require("tailwindcss-animate"),
],
theme: {
boxShadow: {
/* Customized */
DEFAULT: "0 6px 8px rgba(102, 119, 136, 0.03), 0 1px 2px rgba(102, 119, 136, 0.3)",
md: "0 4px 6px -1px rgba(102, 119, 136, 0.05), 0 2px 4px -1px rgba(102, 119, 136, 0.35)",
/* Default */
sm: "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
lg: "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
xl: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
"2xl": "0 25px 50px -12px rgba(0, 0, 0, 0.25)",
"3xl": "0 35px 60px -15px rgba(0, 0, 0, 0.3)",
inner: "inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)",
none: "none",
},
},
content: {
files: ["**/*.{ejs,md}", "**/widget/*.html", "**/js/main.js"],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangzhefeng2000/reference.git
git@gitee.com:wangzhefeng2000/reference.git
wangzhefeng2000
reference
reference
main

搜索帮助