Add RTL Support (#4886)

Signed-off-by: Hamed Faramarzi <hamed.faramarzi@gmail.com>
Co-authored-by: Hamed Faramarzi <hamed.faramarzi@gmail.com>
Co-authored-by: iBug <git@ibugone.com>
This commit is contained in:
Yash
2024-06-25 13:50:25 +02:00
committed by GitHub
parent ef5018ee6f
commit 621529aaf2
11 changed files with 142 additions and 5 deletions

View File

@@ -13,6 +13,10 @@ figure.highlight {
line-height: 1.8;
border-radius: $border-radius;
[dir=rtl] & {
direction: ltr;
}
> pre,
pre.highlight {
margin: 0;