autogpt2 / classic /benchmark /frontend /postcss.config.cjs
seawolf2357's picture
Deploy from GitHub repository
3382f47 verified
raw
history blame contribute delete
107 Bytes
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;