1 Star 0 Fork 77

张兴龙/金合技术中台Web端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
树人 提交于 2023-06-13 10:00 . fix: 版本被回滚,重新提交
/*
* @Author : wfl
* @LastEditors : wfl
* @description :
* @updateInfo :
* @Date : 2023-02-27 12:19:04
* @LastEditTime : 2023-06-13 09:04:54
*/
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}'
],
corePlugins: {
preflight: false
},
theme: {
extend: {}
},
plugins: []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/z550/iking-platform-web.git
git@gitee.com:z550/iking-platform-web.git
z550
iking-platform-web
金合技术中台Web端
dev

搜索帮助