web-production-saas-starter/next_b2b_starter/postcss.config.js
2025-12-16 18:54:41 +04:00

6 lines
83 B
JavaScript

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