v0-landing-final / postcss.config.js
likhonsheikh's picture
Deploy Next.js v0.dev clone with shadcn/ui and Geist design system
18ea885 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}