twbs/bootlint

Disallow `pull-right` & `pull-left` on `col-*-*` and `row` classes

ChrisMBarr opened this issue · 0 comments

Looking at how some of my coworkers use bootstrap gives me ideas for new BootLint rules that need to be made! Today I found some code like this that should not be allowed:

<div class="col-sm-7 pull-right">

Similarly, I would imagine that the following should also not be allowed:

<div class="row pull-left">