Files
bakery-ia/frontend/postcss.config.js

6 lines
79 B
JavaScript
Raw Permalink Normal View History

2025-08-03 20:16:19 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}