@use '../config' as *;

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

  &:not(.avatar):not([class*='card-img-']) {
    @include border-radius(var(--border-radius));
  }
}
