E052 - 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!
E052
.pull-right and .pull-left classes, and manual style attributes with float: left or float: right are not allowed on .row 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="row pull-right">
<div class="row" style="float: left;">