.placeholder {
  &:not(.btn):not([class*="bg-"]) {
    background-color: currentColor !important;
  }

  &:not(.avatar):not([class*="card-img-"]), {
    border-radius: var(--#{$prefix}border-radius);
  }
}