events-venues/postcss.config.js
2024-07-24 18:57:40 +03:00

7 lines
93 B
JavaScript

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