Handballbooking/postcss.config.js
2025-06-04 15:13:40 +02:00

6 lines
81 B
JavaScript
Executable file

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