Spacings
Built-in scale
0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64, 96, 128, 160Custom spacings
export const shopstoryConfig = {
//...
space: [
{
id: 'my_custom_space',
label: 'My Custom Space',
value: 30 // 30px custom space
},
],
}Responsive spacing tokens
Allowed units
Last updated