fin-check-front/postcss.config.js
2024-11-02 14:25:25 +02:00

7 lines
79 B
JavaScript

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