PopcornPing / frontend /postcss.config.js
Yash Goyal
Correction
2070fe3
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};