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

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