emo-online-api / emo /frontend /postcss.config.js
Emo Online
Deploy Emo API
dd87944
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}