open-codetree / postcss.config.js
matt HOFFNER
init
3c3f089
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}