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

Warn about nested containers #45

Closed
zacechola opened this issue Jul 28, 2014 · 2 comments
Closed

Warn about nested containers #45

zacechola opened this issue Jul 28, 2014 · 2 comments

Comments

@zacechola
Copy link
Collaborator

I still see this more often than I'd like to see it.

<div class=".container">
  <!-- Some other things -->
  <div class=".container">
    <!-- Things in nested container>
  </div>
</div>

Sometimes this might be desired, but more often than not it screws up the grid.

See: twbs/bootstrap#11436

@cvrebert
Copy link
Collaborator

If you're interested, a pull request would be welcomed.

@zacechola
Copy link
Collaborator Author

Expect one sometime today.

zacechola pushed a commit to zacechola/bootlint that referenced this issue Jul 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants