veylant/web/postcss.config.js
2026-02-23 13:35:04 +01:00

7 lines
81 B
JavaScript

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