From: alpadev <2838324+alpadev@users.noreply.github.com> Date: Mon, 10 May 2021 18:13:23 +0000 (+0200) Subject: docs: fix rtlcss stringmap configuration (#33915) X-Git-Tag: v5.0.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75fe3244db7cd99a08cd524fa379dcde8fafbced;p=thirdparty%2Fbootstrap.git docs: fix rtlcss stringmap configuration (#33915) --- diff --git a/site/content/docs/5.0/getting-started/rtl.md b/site/content/docs/5.0/getting-started/rtl.md index 3e1f7a2076..549104c6f2 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";