agent-flow / src /frontend /postcss.config.js
Tai Truong
fix readme
d202ada
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};