v4: Add a dropdown-menu-reverse class
Created by: watzon
It would be nice to have a class dropdown-menu-reverse
that would reverse the X direction of a dropdown menu.
Doing this would be as simple as adding a class:
.dropdown-menu-reverse {
left: initial;
right: 0;
}