代码拉取完成,页面将自动刷新
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}',
],
theme: {
minHeight: {
8: '2rem',
600: '600px',
full: '100%',
},
extend: {
cursor: {
'r-resize': 'row-resize',
'c-resize': 'col-resize',
'grab': 'grab',
},
lineHeight: {
16: '4rem',
12: '3rem',
},
minWidth: {
1256: '1256px',
},
spacing: {
100: '25rem',
24: '6rem',
34: '8.5rem',
22: '5.5rem',
},
colors: {
dark: 'rgb(32, 32, 35)',
darker: 'rgb(18, 18, 18)',
light: '#F5F5F5',
lighter: '#FAFAFA',
},
},
},
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。