transcriptor-web/postcss.config.js
2025-04-05 15:58:14 +02:00

6 lines
78 B
JavaScript

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