Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Follow publication

Minimum viable design tokens

Daniel Kalman
Bootcamp
Published in
4 min readFeb 16, 2021
Photo by fox jia on Unsplash

Why Tokenize?

Establish organic relationships between elements to facilitate changes to be implemented on different platforms.

Options

--color-primary: #f74d7b--color-neutral-0: #ffffff
--color-neutral-20: #f5f5f5
--color-neutral-40: #dcdcdc
--color-neutral-60: #aaaaaa
--color-neutral-80: #7e7e7e
--color-neutral-100: #303030

Decisions = Option / Context

--font-color-base = "color.neutral.80.value"
--font-color-light = "color.neutral.40.value"
--background-color-light = "color.neutral.0.value"// similarly with font decisions--font-size-paragraph = "font.size.m.value"
--font-size-microcopy = "font.size.s.value"
// and any other decision you take--space-inset-default = "size.space.s.value"
--button-border-radius = "size.radii.pill.value"

Sharing Tokens

Takeaways

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Bootcamp
Bootcamp

Published in Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Daniel Kalman
Daniel Kalman

Written by Daniel Kalman

UX Designer living in Berlin. Design Teams, Design Systems, Prototyping, and React. @danielkalman

No responses yet

Write a response