I installed bootstrap with npm install bootstrap
and I am trying to customize it so I am importing the bootstrap file from
@import '../node_modules/bootstrap/scss/bootstrap';
but when I tried using ms-3 or me-3 and apply the rtl dir in html tag it doesn't swap the rules. Should I do something to enable it? Because I saw using bootstrap via cdn they provide a bootstrap-rtl.min.css but I dont find a rtl file when installing it via npm