@custom-variant input-number-disabled {
  &.disabled {
    @slot;
  }

  .disabled & {
    @slot;
  }
}
