concord-client/postcss.config.js
2025-10-24 02:26:00 +03:00

6 lines
82 B
JavaScript

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