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

### Thinking aloud - E006 (`.input-group` contains a ``/``) ➜ Works now with ``/`` with the `.form-control`/`.custom-select` classes respectively (/) ➜ Replace with new checks in future (#424) but remove...

Check for some Bootstrap 3 classes, at least those where I assume that are unlikely to be used for anything else, if they are detected then a new warning with...

help wanted
good-first-issue

- [ ] Remove `X-UA-Compatible` and conditional comments, see twbs/bootstrap#21476. - [ ] Make eslint stricter again, for tests and code (revert the relevant portions of 408727a4bc03fc8501630e52c549ad815f5c3d7c and aea131f9ab1a7a9e42f3bf8ecc8003ea306ed83b) -...

meta

Progress when it comes to porting/removing existing checks (wiki changes not included). Help appreciated. - [x] [W001](https://github.com/twbs/bootlint/wiki/W001): `` ➡ #454 - [x] [W002](https://github.com/twbs/bootlint/wiki/W002): X-UA-Compatible ➡ #426 - [ ] [W003](https://github.com/twbs/bootlint/wiki/W003):...

meta

Feel free to discuss and vote with your thumbs.

meta

Something I see somewhat frequently from coworkers is something like: ``` stuff here ``` Which has the _exact same_ rendered output as ``` stuff here ``` Right now I have...

enhancement

More generally, since form-groups can be rows, need to ensure that row checks apply to form-groups too when applicable. X-Ref: http://stackoverflow.com/a/26685690/3342739

bug

Since bootlint check for selectors within the 12-column-grid setting it triggers an E013 error on other col-_-_ classes that have other numbers. Perhaps a setting for the number of grid...

bug

Since BS v3.4.1 and v4.3.1 we enabled sanitization for Tooltips and Popovers, so it would be interesting to add a warning if Bootlint detect `sanitize` at `false` /CC @XhmikosR and...

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