zuup-preference-collection / postcss.config.js
Claude
feat: Palantir-inspired Next.js UI with Vercel deployment config
8cc5000 unverified
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};