cc-archive / vocabulary-legacy

A cohesive design system & Vue component library to unify the web-facing Creative Commons
https://cc-vocabulary.netlify.app
MIT License
88 stars 129 forks source link

[Meta] Right to Left (RTL) Language Support #645

Closed zackkrida closed 3 years ago

zackkrida commented 4 years ago

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.

Specific component issues:

github-actions[bot] commented 3 years ago

Stale issue message