zkt25/Frontend/postcss.config.js
Andrii Pervashov d1b27aff06 initial commit
2025-03-16 16:17:44 +01:00

6 lines
90 B
JavaScript

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