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

6 lines
66 B
JavaScript
Raw Normal View History

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