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

7 lines
103 B
JavaScript
Raw Normal View History

2025-07-17 13:54:51 +02:00
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};