Space Tokens

The (v1) Design Tokens are deprecated and will no longer receive updates or support. This documentation will remain available for reference purposes only.
Please refer to our newest Design Tokens documentation for the latest standards and guidelines.

Design Tokens: Getting Started

Appling spacing tokens to padding and margins on div element in CSS.

div {
padding: var(--ods-sys-space-8);
margin: var(--ods-sys-space-8);
}

Search