crm/frontend/postcss.config.js
2023-07-19 14:20:51 +05:30

7 lines
82 B
JavaScript

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