/// Vertical margin schema.
///
/// @group typography
///
/// @type Map
$k-vertical-margin-schema: (
  type: 'map',

  properties: (
    top:    k-number-schema($unit: none),
    bottom: k-number-schema($unit: none)
  )
);
