AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 VideoClaw
postcss.config.mjs
根目录
/
video-claw
/
video-claw
/
frontend
/
postcss.config.mjs
1
const config = {
2
plugins: {
3
"@tailwindcss/postcss": {},
4
},
5
};
6
7
export default config;
8
8 lines
Plain Text