talk3 / postcss.config.js
lmtt's picture
Duplicate from lmtt/talk4
533bab2
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}