返回 oh-my-ppt
postcss.config.js
根目录 / postcss.config.js
1 export default {
2 plugins: {
3 '@tailwindcss/postcss': {},
4 autoprefixer: {},
5 },
6 }
7
7 lines JAVASCRIPT