Skip to content
Tokenpedia Defining terms for design tokens

T-shirt

A type of scale that matches the mental model of clothing T-shirt sizes, such as “small” and “extra large”. These are typically abbreviated to reduce typing and bytes.

This can also exist as a level within a token schema.

font.size.xl = 24pt
spacing.md = 16px

Tip

If you are introducing many sizes, consider using numbers to represent the number of extras. Eg., spacing.2xl instead of spacing.xxl.