tech_mahindra/postcss.config.js
2026-05-22 22:28:56 +05:30

7 lines
80 B
JavaScript

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