talk4 / postcss.config.js
lmt
init
61a67bc
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}