Skip to content

Figma for Developers

  • A dedicated view mode in Figma for developers
  • Shows: dimensions, colors, typography, assets, and code
  • Purpose: efficient and consistent handoff from design to code

👉 Activate: Bottom canvas toolbar → “Dev Mode”


AreaContent
LeftLayer structure & components
CenterCanvas with the design
RightInspector with specs, variants, code

Design Tokens in Figma mirror the frontend variables used in the yuuvis® design system. They follow a web syntax with the prefix --ymt-*, identical to the tokens available in CSS and the frontend theme layer.

CategoryDescriptionExample Tokens
Spacing & LayoutDefines gaps, paddings, and margins--ymt-spacing-xs
ColorsDefines foreground / background colors--ymt-primary, --ymt-surface, --ymt-on-surface
TypographyDefines font formats--ymt-font-body
Borders & RadiusDefines shape and corner curvature--ymt-corner-m, --ymt-outline-width

In Dev Mode, you can also identify which components are used and where they come from, e.g. material, yuuvis components or custom components.


ActionShortcut / Method
Activate Dev ModeShift + D
Measure spacingHold Alt (Mac: Option)
Comment on designPress C → click element

  • Don’t copy pixel-perfect — build semantic & responsive
  • Always reuse tokens (colors, fonts, spacing) in code instead of raw values
  • Confirm variants and states before implementation with designer
  • Always communicate with the designer if something is unclear or doesn’t work as expected in the frontend → Components or tokens may need to be updated or corrected in the design files
  • Keep design and code aligned — consistent naming and variable use ensure design-system integrity