]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: fix rtlcss stringmap configuration (#33915)
authoralpadev <2838324+alpadev@users.noreply.github.com>
Mon, 10 May 2021 18:13:23 +0000 (20:13 +0200)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 18:13:23 +0000 (21:13 +0300)
site/content/docs/5.0/getting-started/rtl.md

index 3e1f7a20761c34237b9fa76230aaf9223b2543e6..549104c6f2ff91904ab94bcabfbc3bd619ee2ef7 100644 (file)
@@ -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";