next-server-example-app / postcss.config.js
Xenova's picture
Xenova HF staff
Upload 18 files
d17edb8
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}