autogpt / benchmark /frontend /postcss.config.cjs
kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame
107 Bytes
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;