Files
the-biergarten-app/web/frontend/postcss.config.js
2026-04-27 18:47:39 -04:00

6 lines
74 B
JavaScript

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