noisecanceller / frontend /postcss.config.js
raghu2's picture
fix: enforce login add rate-limit retry logic fix clerk ui and fix binary history
e3362fc
Raw
History Blame Contribute Delete
93 Bytes
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}