$utilities: map-merge(
  $utilities,
  (
    "height": (
      property: height,
      class: h,
      variants: height,
      values:
        map-merge(
          $spacer-config,
          (
            "0": 0px,
            "screen": 100vh,
            "auto": auto,
          )
        ),
    ),
  )
);
