wolf-of-nyc / postcss.config.js
gpt-engineer-app[bot]
Use tech stack vite_react_shadcn_ts
525d415
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}