1 Star 0 Fork 355

张帅 / catchAdmin

forked from catchadmin / catchAdmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
JaguarJack 提交于 2022-12-05 23:01 . first commit
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: 'jit',
darkMode: 'class',
content: [
'./resources/admin/**/*.{vue,js,ts,jsx.tsx}',
'./modules/**/views/**/*.{vue,js,ts,jsx.tsx}'
],
theme: {
extend: {
transitionProperty: {
width: 'width',
spacing: 'margin, padding',
},
colors: {
'regal-dark': '#283046',
},
},
},
plugins: [],
}
PHP
1
https://gitee.com/firefly0_0/catchAdmin.git
git@gitee.com:firefly0_0/catchAdmin.git
firefly0_0
catchAdmin
catchAdmin
master

搜索帮助