fin-check-front/postcss.config.js

7 lines
79 B
JavaScript
Raw Permalink Normal View History

2024-11-02 13:25:14 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};