Files

8 lines
115 B
JavaScript
Raw Permalink Normal View History

2026-02-05 01:24:42 +08:00
// postcss.config.js
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};