frontend / postcss.config.js
Praneeth Yerrapragada
feat: repo setup
88be6fd
raw history blame
No virus
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};