mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
docs: fix rtlcss stringmap configuration (#33915)
This commit is contained in:
@@ -143,7 +143,7 @@ Need both LTR and RTL on the same page? Thanks to [RTLCSS String Maps](https://r
|
|||||||
```scss
|
```scss
|
||||||
/* rtl:begin:options: {
|
/* rtl:begin:options: {
|
||||||
"autoRename": true,
|
"autoRename": true,
|
||||||
"stringMap":[
|
"stringMap":[ {
|
||||||
"name": "ltr-rtl",
|
"name": "ltr-rtl",
|
||||||
"priority": 100,
|
"priority": 100,
|
||||||
"search": ["ltr"],
|
"search": ["ltr"],
|
||||||
@@ -152,7 +152,7 @@ Need both LTR and RTL on the same page? Thanks to [RTLCSS String Maps](https://r
|
|||||||
"scope": "*",
|
"scope": "*",
|
||||||
"ignoreCase": false
|
"ignoreCase": false
|
||||||
}
|
}
|
||||||
]
|
} ]
|
||||||
} */
|
} */
|
||||||
.ltr {
|
.ltr {
|
||||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||||
|
Reference in New Issue
Block a user