react-spa-template/postcss.config.js
2025-04-19 19:24:27 +02:00

7 lines
91 B
JavaScript

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