hbpatcher/postcss.config.js
2025-11-22 06:28:10 +01:00

7 lines
97 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}