eduardinni / bootlint-online

Bootlint implementation to check remote websites via HTTP. Node.js back-end with React front-end
https://www.bootlint.com
MIT License
37 stars 2 forks source link

Incorrectly reporting Bootstrap 4 "col-12" as invalid #21

Closed leccelecce closed 6 years ago

leccelecce commented 6 years ago

Bootstrap 4 added an Extra Small breakpoint e.g. col-12, col-6 etc.

Bootlint is reporting these as errors as it seems to check that tags are col-- within a row, but the new col-* class breaks that.

leccelecce commented 6 years ago

Please ignore- I have realised that this is not the original application, and the original application doesn't support Bootstrap 4.