bootlint icon indicating copy to clipboard operation
bootlint copied to clipboard

HTML linter for Bootstrap projects

Results 47 bootlint issues
Sort by recently updated
recently updated
newest added

Similar to #11. Refs https://github.com/twbs/bootstrap/issues/16703

enhancement
help wanted

An `.input-group` can only have exactly 2 or 3 direct children. These children must be a `.form-control` preceded and/or followed by an addon. Refs https://github.com/twbs/bootstrap/issues/16540

enhancement

See https://github.com/twbs/bootstrap/issues/15512#issuecomment-69067108 Also, looks like the current check only looks for direct children rather than descendants?

bug

enhancement
help wanted

Pull requests welcome.

enhancement
help wanted

From the docs: > While button classes can be used on `` and `` elements, only `` elements are supported within our nav and navbar components. Not sure if this...

enhancement

Regarding the [quick floats](http://getbootstrap.com/css/#helper-classes-floats): > To align components in navbars with utility classes, use `.navbar-left` or `.navbar-right` instead. See the navbar docs for details.

enhancement