DCSOlympus/frontend/react/postcss.config.js
2024-07-01 17:43:46 +02:00

7 lines
81 B
JavaScript

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