@custom-variant hs-tab-active {

  &[data-hs-tab].active {
    @slot;
  }

  [data-hs-tab].active & {
    @slot;
  }
}