返回 CodeWhale
postcss.config.mjs
根目录 / web / postcss.config.mjs
1 const config = {
2 plugins: {
3 tailwindcss: {},
4 autoprefixer: {},
5 },
6 };
7
8 export default config;
9
9 lines Plain Text