1 Star 0 Fork 11

lelouch/AgentGPT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.cjs 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asim Shrestha 提交于 2023-04-08 16:51 . 🤖 Adjust margins
/** @type {import("tailwindcss").Config} */
const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
theme: {
screens: {
"xs": "300px",
"sm-h": { "raw": "(min-height: 700px)" },
"md-h": { "raw": "(min-height: 800px)" },
"lg-h": { "raw": "(min-height: 1000px)" },
...defaultTheme.screens
},
extend: {
boxShadow: {
"3xl": "0 40px 70px -15px rgba(0, 0, 0, 0.40)" // Customize the shadow value according to your preferences.
}
}
},
plugins: []
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lelouch_vc/AgentGPT.git
git@gitee.com:lelouch_vc/AgentGPT.git
lelouch_vc
AgentGPT
AgentGPT
main

搜索帮助