/* Preline */

/* States */
@custom-variant hs-success {

  &.success {
    @slot;
  }

  .success & {
    @slot;
  }
}

@custom-variant hs-error {

  &.error {
    @slot;
  }

  .error & {
    @slot;
  }
}

/* Apexcharts */
@custom-variant hs-apexcharts-tooltip-dark {
  &.dark {
    @slot;
  }
}

/* Sortable.js */
@custom-variant hs-dragged {
  &.dragged {
    @slot;
  }
}

/* Toastify */
@custom-variant hs-toastify-on {

  &.toastify.on {
    @slot;
  }

  .toastify.on & {
    @slot;
  }
}