1 Star 0 Fork 1

jsyey/librenms

forked from 周滔/librenms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jellyfrog 提交于 2022-01-27 02:10 . Update to tailwind 3 (#13695)
module.exports = {
prefix: 'tw-',
content: [
'./storage/framework/views/*.php',
'./resources/**/*.blade.php',
'./resources/**/*.js',
'./resources/**/*.vue',
],
darkMode: 'class',
theme: {
extend: {
colors: {
dark: {
'gray-100': '#4f565d',
'gray-200': '#3e444c',
'gray-300': '#353a41',
'gray-400': '#2e3338',
'gray-500': '#272b30',
'white-100': '#f9fafb',
'white-200': '#c8c8c8',
'white-300': '#bebfbf',
'white-400': '#acb6bf',
}
},
borderWidth: {
'0.5': '0.5px',
}
},
screens: {
'sm': '576px',
'md': '768px',
'lg': '992px',
'xl': '1200px',
}
},
plugins: [],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yeyong/librenms.git
git@gitee.com:yeyong/librenms.git
yeyong
librenms
librenms
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385