UNPKG

@atlaskit/page

Version:

A page layout organizes sections on a page using a grid and grid columns.

6 lines 159 B
const defaultGridSize = 8; export const spacingMapping = { comfortable: defaultGridSize * 5, cosy: defaultGridSize * 2, compact: defaultGridSize * 0.5 };