rtl.test.scss 111 B

123456789
  1. @use '../rtl';
  2. .test-pseudo-element {
  3. &::before {
  4. @include rtl.rtl {
  5. margin-right: 0;
  6. }
  7. }
  8. }