AgentGPT-Web-GUI / next /postcss.config.cjs
dia-gov's picture
Upload 569 files
cd6f98e verified
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};