Files
LynkedUpPro_CRM/postcss.config.js
T
Satyam 8a749d3041 feat: Release CRM V2 (Clean History)
Squashed commits for V2 release including Dark Mode, Chatbot, and Landing Page enhancements.
2026-02-01 03:50:43 +05:30

7 lines
92 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}