zkt26/z1/Front-end/postcss.config.js
2026-03-31 20:24:20 +02:00

7 lines
81 B
JavaScript

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