12 lines
138 B
CSS
12 lines
138 B
CSS
#words {
|
|
direction: rtl;
|
|
}
|
|
|
|
#words.rightToLeftTest {
|
|
direction: ltr;
|
|
}
|
|
|
|
#words.withLigatures .word {
|
|
unicode-bidi: bidi-override;
|
|
}
|