edgellm / frontend /postcss.config.js
wu981526092
Production ready build with modular backend
d8e039b
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}