cosmo-ai / frontend /postcss.config.js
github-actions[bot]
Deploy apps/api from 4103232fe3dc4572a3947c1aa1f729c8c006ad89
707234a
raw
history blame contribute delete
91 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}