Files
test/frontend/static/funbox/backwards.css
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

12 lines
138 B
CSS

#words {
direction: rtl;
}
#words.rightToLeftTest {
direction: ltr;
}
#words.withLigatures .word {
unicode-bidi: bidi-override;
}