image-converter-client/postcss.config.js
2024-10-30 23:11:22 +01:00

7 lines
81 B
JavaScript

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