2025-06-13 04:07:59 +00:00

8 lines
116 B
JavaScript

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