message / frontend /postcss.config.js
hunian
feat: initialize React frontend project structure
5a9fdff
Raw
History Blame Contribute Delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}