@use 'sass:map';

$form-label: () !default;
$form-label: map.merge(
  (
    'font-family': null,
    'font-size': null,
    'font-style': null,
    'font-weight': null,
    'text-align': start,
    'text-transform': null,
  ),
  $form-label
);
