RTL Layout
BAZ works with RTL languages.
Last updated
BAZ works with RTL languages.
Last updated
[dir="rtl"] .element-to-hide {
display: none;
}
[dir="ltr"] .element-to-hide {
display: none;
}<p class="dir-ltr-hide">This paragraph is hidden on LTR, standard layout.</p>
<p class="dir-rtl-hide">This paragraph is hidden on RTL, right to left layout.</p>