$utilities: map-merge(
  $utilities,
  (
    "object-position": (
      property: object-position,
      class: object,
      variants: object-position,
      values: (
        "bottom": bottom,
        "center": center,
        "left": left,
        "left-bottom": left bottom,
        "left-top": left top,
        "right": right,
        "right-bottom": right bottom,
        "right-top": right top,
        "top": top,
      ),
    ),
  )
);
