Reseller-dashboard/postcss.config.js
2025-08-03 18:49:28 +05:30

6 lines
82 B
JavaScript

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