bootlint
bootlint copied to clipboard
HTML linter for Bootstrap projects
### 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...
- [ ] 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) -...
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):...
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...
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
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...
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-*`