guess-the-image / postcss.config.js
Esteves Enzo
Initial commit from Create Next App
b1a70c5
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}