marian/postcss.config.js
2026-01-24 17:10:06 +01:00

7 lines
81 B
JavaScript

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