WUT_Computer_Science/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-05-28 21:45:04 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}