crm/frontend/postcss.config.js
Shariq Ansari 020e28ad5a fix: update package.json and config files to use ES module syntax
(cherry picked from commit 9aab0e74174405ddbfa3a375e5ff332870bbf977)
2025-05-19 10:51:59 +00:00

7 lines
80 B
JavaScript

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