@atlassian/aui
Version:
Atlassian User Interface library
17 lines (16 loc) • 543 B
text/less
// TODO - Convert to be based on design system tokens (e.g.--ds-space-100) when they're out of beta (maybe AUI 10)
// Had to hard code to avoid visual changes, they never should've been converted to DS space tokens to begin with
@aui-space-0: 0px;
@aui-space-025: 1.75px;
@aui-space-050: 3.5px;
@aui-space-075: 5.25px;
@aui-space-100: 7px;
@aui-space-150: 10.5px;
@aui-space-200: 14px;
@aui-space-250: 17.5px;
@aui-space-300: 21px;
@aui-space-400: 28px;
@aui-space-500: 35px;
@aui-space-600: 42px;
@aui-space-800: 56px;
@aui-space-1000: 70px;