SpacingCustom SpacingVersion: 1.1On this pageCustom SpacingConfigIn osmi.config.js, you can define custom spacing and it will automatically generate pre-defined padding, margin, and position (top, left, right, bottom)Example:export default { spacing: { 30: 120, 77: 154, },};Usageapply("m-30 p-77");