app/assets/stylesheets/css/breadcrumbs.css

Summary

Maintainability
Test Coverage
.breadcrumbs {
  @apply relative text-sm text-black;

  svg {
    @apply text-gray-500;
  }

  a,
  span {
    @apply inline-block text-sm;
  }

  a {
    @apply hover:text-gray-500;
  }
}