wordHelper/postcss.config.js
2026-01-05 18:49:29 +08:00

7 lines
93 B
JavaScript

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