web/postcss.config.js
2024-09-23 13:28:45 +01:00

7 lines
81 B
JavaScript

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