10 lines
111 B
SCSS
10 lines
111 B
SCSS
@use '../rtl';
|
|
|
|
.test-pseudo-element {
|
|
&::before {
|
|
@include rtl.rtl {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|