aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authoralpadev <[email protected]>2021-05-10 20:13:23 +0200
committerGitHub <[email protected]>2021-05-10 21:13:23 +0300
commit75fe3244db7cd99a08cd524fa379dcde8fafbced (patch)
tree64323d9aa81d82110c732303e22371caa50bda2a /site
parent488fd8afc535ca3a6ad4dc581f5e89217b6a36ac (diff)
downloadbootstrap-75fe3244db7cd99a08cd524fa379dcde8fafbced.tar.xz
bootstrap-75fe3244db7cd99a08cd524fa379dcde8fafbced.zip
docs: fix rtlcss stringmap configuration (#33915)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.0/getting-started/rtl.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/getting-started/rtl.md b/site/content/docs/5.0/getting-started/rtl.md
index 3e1f7a207..549104c6f 100644
--- a/site/content/docs/5.0/getting-started/rtl.md
+++ b/site/content/docs/5.0/getting-started/rtl.md
@@ -143,7 +143,7 @@ Need both LTR and RTL on the same page? Thanks to [RTLCSS String Maps](https://r
```scss
/* rtl:begin:options: {
"autoRename": true,
- "stringMap":[
+ "stringMap":[ {
"name": "ltr-rtl",
"priority": 100,
"search": ["ltr"],
@@ -152,7 +152,7 @@ Need both LTR and RTL on the same page? Thanks to [RTLCSS String Maps](https://r
"scope": "*",
"ignoreCase": false
}
- ]
+ } ]
} */
.ltr {
@import "../node_modules/bootstrap/scss/bootstrap";