Replies: 1 comment 5 replies
-
Hi, this is a really good question. If you just replace Bootstrap with precompiled Bootstrap rtl in However, rtl is something which is still on the list. Maybe @ggggg has a solution for it? It is not possible to override ltr in child in a simple way. The only way I see here for now is changing the directions manually in main-theme's source. For example changing left-right in https://github.com/bootscore/bootscore/blob/main/scss/bootstrap/_utilities.scss Default ltr "margin-start": (
responsive: true,
property: margin-left,
class: ms,
values: map-merge($spacers, (auto: auto))
), into rtl "margin-start": (
responsive: true,
property: margin-right,
class: ms,
values: map-merge($spacers, (auto: auto))
), Editing the main-theme is not a good idea, but if we know which files have to be changed we can provide examples and add them to the docs. At first glance this affects 3 files:
This job should be done by a real rtl user. If you want to help here, we look forward to your contribution. |
Beta Was this translation helpful? Give feedback.
-
Hey,
I would like to know if this version supports RTL and how? should i replace the main.css with bootstrap rtl version?
Built-in option?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions