Merge pull request #1028 from David-Mordechai/patch-1

RTL languages - Punctuation
This commit is contained in:
Jack 2021-02-27 15:09:31 +00:00 committed by GitHub
commit e70cddc48f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1815,9 +1815,11 @@ key {
/* a little hack for right-to-left languages */
&.rightToLeftTest {
flex-direction: row-reverse;
//flex-direction: row-reverse; // no need for hacking 😉, CSS fully support right-to-left languages
direction: rtl;
.word {
flex-direction: row-reverse;
//flex-direction: row-reverse;
direction: rtl;
}
}
&.withLigatures {