antigravity-proxy / postcss.config.js
Yash030's picture
Initial Commit
d613519
raw
history blame contribute delete
78 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}