WUT_Computer_Science/frontend/postcss.config.js
2024-05-12 15:30:17 +02:00

7 lines
80 B
JavaScript

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