heroweb/react-shadcn-starter/postcss.config.js
2024-10-31 07:24:12 +01:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}