Finbot-backend / app /frontend-nextjs /postcss.config.js
Srini P
Fresh cleaner push without any mp4
e7586f8
Raw
History Blame Contribute Delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};