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

Error message: _`.form-control` cannot be used on non-textual ``s, such as those whose `type` is: `file`, `checkbox`, `radio`, `range`, `button`_ https://www.w3.org/TR/html5/forms.html#the-input-element _The missing value default is the Text state._ https://www.w3.org/TR/html4/interact/forms.html#h-17.4...

bug

Bootlint looks at `window.$` when checking for `window.jQuery`: var globaljQuery = theWindow.$ || theWindow.jQuery; but it should not do so as they can be different (e.g. Prototype and jQuery on...

bug

Sorry if my question is too noobish, but I don't find a best way around to generate a file report of the bootlint checks. Also, then whats the best way...

enhancement

Hello, In input-groups.less there is the following selection: ``` less .input-group { // Undo padding and float of grid classes &[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } }...

Is there a configuration file argument, that can be added to the `bootlint` command, which points to a file consisting of the various bootlint adjusted rules. For example, I'm looking...

enhancement

Error & Warning Problem IDs should be relaxable per file/path. This would make problems like HTML partials & templates a much more manageable issue, while also allowing for exemptions to...

enhancement
help wanted

In the projects I work on, some developers just forget to add the `form-control` class on some elements, which cause these to look different than other elements. I would love...

enhancement

Refs cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css

bug
help wanted

Empty columns can be used for styling, like `` with `col` defining a border or background-color. In this case W009's are detected even though the "empty" column can't be replaced.

bug

Noticed it with the latest htmlminifier version https://github.com/kangax/html-minifier/commit/3ab98e86434857511dc33a68b32d9e8b9c334378#commitcomment-16219534 Should be reported upstream too, opened this to track the issue.

bug
blocked by upstream