@derjp/nano-design-tokens v1.3.2
@derjp/nano-design-tokens
Summary
Design tokens are the visual design atoms of the design system — specifically, they are named entities that store visual design attributes. We use them in place of hard-coded values (such as hex values for color or pixel values for spacing) in order to maintain a scalable and consistent visual system for UI development.
This quote from the Lightning Design System Design Tokens documentation accurately describes the tokens contained in this package — to be a bit more specific: This package offers plain objects or arrays of values for related CSS properties as well as a default overridable theme-ui
theme.
This package is following the System UI Theme Specification as well as the Theme UI Theme Specification.
Acknowledgements
This README is adapted from the great gatsby-design-tokens README.