@use '../rtl';

.test-pseudo-element {
  &::before {
    @include rtl.rtl {
      margin-right: 0;
    }
  }
}
