Vocabulary should have some built-in support for right to left languages. Luckily, these are easily targeted by the presence of a dir="rtl" attribute on the HTML element.
I would suggest we make an @include rtl scss mixin that wraps code in a html[dir="rtl"] {} block.
Note that we should make separate stories for RTL components—and these RTL examples should use an RTL language, not english.
Vocabulary should have some built-in support for right to left languages. Luckily, these are easily targeted by the presence of a
dir="rtl"
attribute on the HTML element.I would suggest we make an
@include rtl
scss mixin that wraps code in ahtml[dir="rtl"] {}
block.Note that we should make separate stories for RTL components—and these RTL examples should use an RTL language, not english.
Specific component issues: