1 Star 0 Fork 150

haifeng/Qwerty-Learner

forked from Kai/Qwerty-Learner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Kai 提交于 2023-08-19 02:35 . feat: add recite to error book (#587)
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}', './index.html'],
darkMode: 'class',
theme: {
extend: {
transitionDuration: {
0: '0ms',
},
padding: {
0.8: '0.2rem',
},
width: {
3.5: '0.875rem',
5.5: '1.375rem',
15: '3.75rem',
18: '4.5rem',
70: '17.5rem',
75: '18.75rem',
84: '21rem',
85: '21.25rem',
100: '25rem',
116: '29rem',
150: '37.5rem',
160: '40rem',
200: '50rem',
},
height: {
3.5: '0.875rem',
5.5: '1.375rem',
15: '3.75rem',
18: '4.5rem',
22: '5.5rem',
112: '28rem',
120: '30rem',
152: '38rem',
},
borderWidth: {
3: '3px',
},
screens: {
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
'2xl': '1536px',
dic3: '1100px',
dic4: '1440px',
},
},
},
variants: {
extend: {
visibility: ['hover', 'group-hover'],
textOpacity: ['dark'],
backgroundOpacity: ['dark'],
},
},
plugins: [require('@headlessui/tailwindcss'), require('@tailwindcss/forms'), require('daisyui')],
daisyui: {
themes: [
{
mytheme: {
primary: '#6366f1',
secondary: '#7dd3fc',
accent: '#cc8316',
neutral: '#272735',
'base-100': '#f0eff1',
info: '#f3f4f6',
success: '#6fe7ab',
warning: '#d6920a',
error: '#f43f5e',
},
},
'dark',
],
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/haifeng1988/qwerty-learner.git
git@gitee.com:haifeng1988/qwerty-learner.git
haifeng1988
qwerty-learner
Qwerty-Learner
master

搜索帮助