sintonia_webapp/postcss.config.js
2024-10-04 15:29:16 +02:00

6 lines
93 B
JavaScript

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