vibeStonk/client/postcss.config.js
2025-06-12 16:57:42 -04:00

6 lines
79 B
JavaScript

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