CSS and RTL languages

I am building a multilingual edX classroom and I’m noticing that for RTL languages the Bootstrap classes that depend on direction (e.g. ml-2 for adding margin-left to an element) are not reversed and therefore the formatting is off. I know that the RTL SCSS file includes Bi-App-SASS to handle styles, but that doesn’t affect the Bootstrap markup. Am I missing something?