Enterprise-AI-Copilot / frontend /postcss.config.js
Punit1's picture
Initial commit
939c0c0
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}