2025-06-05 04:30:03 +00:00

8 lines
116 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};