PDC / frontend /postcss.config.js
borndeveloper's picture
Initial commit: PDC Intelligence application
ecd72cb
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}