E051 - Herst/bootlint-ng GitHub Wiki
Note: Below is the original page from the Bootlint documentation, some of the info here might not apply to Bootlint-NG!
E051
.pull-right and .pull-left classes, and manual style attributes with float: left or float: right are not allowed on .col-*-* elements
The grid already uses css floats to work, so manually applying floats like this will break the way the grid works.
Wrong:
<div class="col-sm-7 pull-right">
<div class="col-sm-7" style="float: left;">