chatbot / postcss.config.js
matthoffner's picture
Upload 242 files
15d9c3e
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};