Indraprastha Institute of Information Technology·4 days ago
Figma design system tips for student software projects
Stop creating ad-hoc text sizes like 13px, 15px, 17px! Use a strict typographic scale: 12px (caption), 14px (body-sm), 16px (body-base), 20px (h3), 24px (h2), 32px (h1). Map all your colors to semantic design tokens (`text-primary`, `bg-muted`, `border-subtle`). When your developers implement it in Tailwind, development speed triples.
