mdn-chatbot / postcss.config.js
justest's picture
initial commit
a6ae084
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}