incident-commander / frontend /postcss.config.js
r1cksync
first commit
7f00fcb
Raw
History Blame Contribute Delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};