$utilities: map-merge(
  $utilities,
  (
    "fill": (
      property: fill,
      class: fill,
      variants: fill,
      values:
        map-merge(
          (
            "transparent": transparent,
            "current": currentColor,
          ),
          $theme-colors
        ),
    ),
  )
);
