tech_mahindra/postcss.config.js
Bhanu Prakash Sai Potteri d16cd8d86e inital commit
2026-05-29 19:57:38 +05:30

7 lines
80 B
JavaScript

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