UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

19 lines 571 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::46c9186a43917f0c2addc79cdca0c7e6>> * @codegenCommand yarn build tokens */ export default ` html[data-theme~="shape:shape-roundest"] { --ds-radius-xsmall: 0.125rem; --ds-radius-small: 0.25rem; --ds-radius-medium: 0.75rem; --ds-radius-large: 1rem; --ds-radius-xlarge: 1.25rem; --ds-radius-full: 624.9375rem; --ds-radius-tile: 25%; --ds-border-width: 0.0625rem; --ds-border-width-selected: 0.125rem; --ds-border-width-focused: 0.125rem; } `;