Created by: Metrakit
Added .breakpoints for .pull-right on .dropdown-menu.
I have added breakpoints to this class for can use the .dropdown-menu at right like on the v3.3. This feature answer the #18550 (closed) issue.
Usage Example :
<ul class="nav pull-md-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Menu Right
</a>
<ul class="dropdown-menu">
<li><a href="#">link</a></li>
</ul>
</li>
</ul>