4 Star 102 Fork 27

微徕低代码/react-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
微徕低代码 提交于 2023-05-26 15:20 +08:00 . update:使用示例和菜单改造
const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = {
mode: "jit",
purge: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
fontWeight: ["hover", "focus"],
fontFamily: {
sans: ["Inter var", ...defaultTheme.fontFamily.sans],
chinese: ['Microsoft Yahei', 'STZhongsong', 'PingFang SC', 'sans-serif']
},
},
minWidth: {
0: "0",
"1/4": "25%",
"1/2": "50%",
"3/4": "75%",
full: "100%",
},
},
variants: {},
// plugins: [require("tailwind-scrollbar")],
// plugins: [require("@tailwindcss/ui")],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wwwlike/vlife-admin-react.git
git@gitee.com:wwwlike/vlife-admin-react.git
wwwlike
vlife-admin-react
react-admin
main

搜索帮助