@use 'sass:map';

$MARGINS: () !default;

$MARGINS_DEFAULT: (
  'start': 0,
  'end': 50,
  'incrementBy': 5,
);

$MARGINS_INTERNAL: map.merge($MARGINS_DEFAULT, $MARGINS);
