Category: Figma
-

design tokens
A design token is just a named variable that stores a design decision — color, spacing, type size — so your whole system can change from one place. Instead of hardcoding `#0d0d0d` in fifty places, you define `–ink: #0d0d0d` once and reference the name everywhere. When the value changes, everything updates. Tokens create the contract…
-

AIRBNB UI KIT
AirBnb is one of the companies that set trends in product design. Their design system is a wonderful set of principles and guidelines that aid the product design process.
