Hi I\'m using bootstrap4 beta. I noticed that it uses the classes; ml-auto or mr-auto, instead of pull-right and pull-left. I can guess l is left and r is right. What\'s the
It's short for: margin-left
So ml-auto means margin-left: auto which aligns an element to the right.
ml-auto
margin-left: auto