pulse-guard / frontend /postcss.config.js
hemalathashetty
Deploy PulseGuard X self-healing control plane to Hugging Face Spaces
3cb0e2c
Raw
History Blame Contribute Delete
78 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}