frontend/postcss.config.cjs
2025-03-03 11:53:06 +01:00

7 lines
73 B
JavaScript

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