agentos / agentos-frontend /postcss.config.js
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentos
c5f93fc verified
Raw
History Blame Contribute Delete
89 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};