translationLeaderBoard / frontend /postcss.config.js
gilbertyiga
Update space
1af45d7
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};