CRM-panel/crm-panel/postcss.config.js
2025-05-06 18:06:10 +05:45

7 lines
93 B
JavaScript

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