mdn-chatbot / postcss.config.js
justest's picture
initial commit
a6ae084
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}