Files
2026-02-05 01:24:42 +08:00

8 lines
115 B
JavaScript

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