1 Star 0 Fork 6

郝帝/sloth-admin

forked from zsasjy/sloth-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.cjs 948 Bytes
一键复制 编辑 原始数据 按行查看 历史
zsasjy 提交于 2024-01-28 12:49 . feat: 新增登录页面
import defaultTheme from 'tailwindcss/defaultTheme';
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{js,ts,jsx,tsx}'],
corePlugins: {
preflight: false,
},
darkMode: ['class', '[sloth-theme="dark"]'],
variants: {
backgroundColor: ['hover', 'focus', 'active'],
},
theme: {
spacing: {
1: '8px',
2: '12px',
3: '16px',
4: '24px',
5: '32px',
6: '48px',
},
extend: {
...defaultTheme,
backgroundSize: ({ theme }) => ({
auto: 'auto',
cover: 'cover',
contain: 'contain',
...theme('spacing'),
}),
opacity: {
0: '0',
20: '0.2',
40: '0.4',
60: '0.6',
80: '0.8',
100: '1',
},
},
screens: {
xs: '480px',
sm: '576px',
md: '768px',
lg: '992px',
xl: '1200px',
xxl: '1600px',
},
},
plugins: [],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/haocx/sloth-admin.git
git@gitee.com:haocx/sloth-admin.git
haocx
sloth-admin
sloth-admin
master

搜索帮助