bb-order-management-app/postcss.config.js
2024-06-30 17:07:00 +05:30

7 lines
80 B
JavaScript

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