DCSOlympus/frontend/react/postcss.config.js
2024-03-30 08:40:02 +01:00

7 lines
80 B
JavaScript

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