match_making/postcss.config.js
2025-01-02 09:09:28 +07:00

7 lines
93 B
JavaScript

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