f1rq.ovh/postcss.config.js
2025-03-24 19:15:22 +01:00

7 lines
79 B
JavaScript

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