zkt26/z3/Front-end/postcss.config.js
2026-05-12 18:11:00 +02:00

7 lines
81 B
JavaScript

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