Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

E013 Only columns (.col-*-*) may be children of .rows - not only! #377

Open
shkarupa-alex opened this issue Apr 28, 2016 · 7 comments
Open

Comments

@shkarupa-alex
Copy link

According to http://getbootstrap.com/css/#grid-responsive-resets .rows can have children:
.clearfix
.visible-*-*
.hidden-*

@iyeldinov
Copy link

iyeldinov commented May 2, 2016

Also the same error appears if I use col-xl-*
twbs/bootstrap#19831

@MikeRankin
Copy link

The same error occurs if using the new col or col-*

<div class="container">
  <div class="row">
    <div class="col">
      1 of 3
    </div>
    <div class="col-6">
      2 of 3 (wider)
    </div>
    <div class="col">
      3 of 3
    </div>
  </div>
  <div class="row">
    <div class="col">
      1 of 3
    </div>
    <div class="col-5">
      2 of 3 (wider)
    </div>
    <div class="col">
      3 of 3
    </div>
  </div>
</div>

@cvrebert
Copy link
Collaborator

@MikeRankin Bootlint currently only supports Bootstrap 3.

@mischah
Copy link
Contributor

mischah commented Jan 22, 2018

Hej, @cvrebert,
is there any (official) info about future release of Bootlint?

I know it made sense to wait for the final v4 because of breaking changes in the betas. So are you starting to throw time and energy to bootlint since Bootstrap v4 is final since a couple of days.

@Herst
Copy link
Collaborator

Herst commented Jan 22, 2018

@mischah See #410.

@mischah
Copy link
Contributor

mischah commented Jan 22, 2018

@Herst Thanks.

@ghost
Copy link

ghost commented Jul 20, 2018

Hi, is there any current way to bypass this?

Is there a Bootlint implementation for bootstrap 4?

Perhaps @Herst has a version which could be used in order to lint projects made in Bootstrap 4?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants