Files
gg-backend/frontend/postcss.config.js

6 lines
66 B
JavaScript
Raw Permalink Normal View History

2026-03-12 17:56:52 +05:30
export default {
2026-03-16 17:55:33 +05:30
plugins: {
"@tailwindcss/postcss": {},
},
};