Files
bakery-ia/frontend/postcss.config.js
Urtzi Alfaro 5bb3e93da4 first commit
2025-07-17 13:54:51 +02:00

7 lines
103 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};