返回 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