1 Star 0 Fork 132

Gingerbread / Qwerty-Learner

forked from Kai / Qwerty-Learner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
const colors = require('tailwindcss/colors')
module.exports = {
purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'],
darkMode: 'class',
theme: {
extend: {
colors: {
'blue-gray': colors.blueGray,
},
transitionDuration: {
0: '0ms',
},
padding: {
0.8: '0.2rem',
},
},
borderRadius: {
large: '0.75rem',
lg: '0.5rem',
md: '0.375rem',
},
},
variants: {
extend: {
visibility: ['hover', 'group-hover'],
textOpacity: ['dark'],
backgroundOpacity: ['dark'],
},
},
plugins: [],
}
1
https://gitee.com/jiangbin216/qwerty-learner.git
git@gitee.com:jiangbin216/qwerty-learner.git
jiangbin216
qwerty-learner
Qwerty-Learner
master

搜索帮助