website/postcss.config.js
2026-04-14 17:07:49 +02:00

6 lines
81 B
JavaScript

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