AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
postcss.config.cjs
根目录
/
project
/
aitoearn-electron
/
postcss.config.cjs
1
module.exports = {
2
plugins: {
3
'postcss-import': {},
4
'tailwindcss/nesting': {},
5
tailwindcss: {},
6
autoprefixer: {},
7
},
8
}
9
9 lines
Plain Text