@custom-variant range-slider-disabled {
  &.disabled {
    @slot;
  }

  .disabled & {
    @slot;
  }
}
