We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c158b commit b32bb90Copy full SHA for b32bb90
3 files changed
assets/scss/main.scss
@@ -35,6 +35,7 @@
35
@import "drawio";
36
@import "shortcodes";
37
@import "swagger";
38
+@import "support/rtl";
39
40
41
@if $td-enable-google-fonts {
assets/scss/support/_rtl.scss
@@ -0,0 +1,7 @@
1
+@each $breakpoint, $_ in $container-max-widths {
2
+ @include media-breakpoint-up($breakpoint) {
3
+ html[dir="rtl"] .ms-#{$breakpoint}-auto {
4
+ margin-left: initial !important;
5
+ }
6
7
+}
userguide/hugo.yaml
@@ -30,6 +30,7 @@ menu:
30
languages:
31
en:
32
languageName: English
33
+ languageDirection: rtl
34
params:
description: Docsy does docs
0 commit comments