Files
worklenz/worklenz-frontend/postcss.config.js
chamiakJ ddb3e2bc17 refactor(config): switch configuration files to CommonJS module syntax
- Updated jest.config.js, postcss.config.js, and tailwind.config.js to use CommonJS module.exports syntax for compatibility with Node.js environments.
2025-06-21 19:09:30 +05:30

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};