2025-06-18 07:11:19 +00:00

8 lines
123 B
JavaScript

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