Outlook_Addin_LLM/node_modules/@material/rtl/test/rtl.test.scss

10 lines
111 B
SCSS

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