$utilities: map-merge(
  $utilities,
  (
    "background-attachment": (
      property: background-attachment,
      class: bg,
      variants: background-attachment,
      values: "fixed" "local" "scroll",
    ),
  )
);
