/* States */
@custom-variant hs-success {
  &.success {
    @slot;
  }

  .success & {
    @slot;
  }
}

@custom-variant hs-error {
  &.error {
    @slot;
  }

  .error & {
    @slot;
  }
}

/* Preline */
@import "./preline/dropdown_variants.css";

/* 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;
  }
}
