You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
I see that rule E014 specifically allows for col-*-* classes to appear on <col>, <td> and <th> elements. I see no mention of this being allowed in the bootstrap docs or in the bootlint wiki. I also see no tests in bootlint that check for this.
Is this intended? I only noticed this because I saw a usage of this in a project that I have bootlint running on, and I was surprised that it wasn't flagged.
The text was updated successfully, but these errors were encountered:
Yes, it's intended. twbs/bootstrap#11623 implies that it's supported.
You're right that 747dc1c neglected to include a test and that the docs ought to mention this case.
I see that rule E014 specifically allows for
col-*-*
classes to appear on<col>
,<td>
and<th>
elements. I see no mention of this being allowed in the bootstrap docs or in the bootlint wiki. I also see no tests in bootlint that check for this.Is this intended? I only noticed this because I saw a usage of this in a project that I have bootlint running on, and I was surprised that it wasn't flagged.
The text was updated successfully, but these errors were encountered: