Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug #6648

Open
3 tasks done
PezhmanAslani opened this issue Jul 2, 2023 · 0 comments
Open
3 tasks done

Bug #6648

PezhmanAslani opened this issue Jul 2, 2023 · 0 comments
Labels

Comments

@PezhmanAslani
Copy link

Prerequisites

Describe the bug

when we have dual language react app
how is logical way to load bootstrap ltr and rtl?
when language is ar or drirection is rtl load bootstrap.rtl.min.css?
and when language is en load bootstrap.min.css
when i load together two files The styles are mixed and only one of them is loaded

Expected behavior

@import '~bootstrap/dist/css/bootstrap.rtl.min.css';
@import '~bootstrap/dist/css/bootstrap.min.css';

To Reproduce

No response

Reproducible Example

no source

Screenshots

No response

What operating system(s) are you seeing the problem on?

No response

What browser(s) are you seeing the problem on?

No response

What version of React-Bootstrap are you using?

2.7.4

What version of Bootstrap are you using?

5.30

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant