Add frontend/postcss.config.js

This commit is contained in:
Zac Gaetano 2026-04-14 09:21:15 -04:00
parent ec4df6b33e
commit 6f45131b57

View file

@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};