AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 presentation-ai
postcss.config.mjs
根目录
/
postcss.config.mjs
1
/** @type {import('postcss-load-config').Config} */
2
const config = {
3
plugins: {
4
'@tailwindcss/postcss': {},
5
},
6
};
7
8
export default config;
9
9 lines
Plain Text