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
A page could contain a CSS class that doesn't exist, for example because of a typo or maybe the project moved to a newer version of Bootstrap and this page wasn't migrated. It would be useful to report such situations, since in the best case the page code or template could be cleaned up and in the worst case it doesn't render correctly.
There could be other reasons why a class doesn't match any CSS rules, for example it is attached to the wrong kind of tag.
Like with #6, we'd need proper CSS parsing to implement this.
The text was updated successfully, but these errors were encountered:
A page could contain a CSS class that doesn't exist, for example because of a typo or maybe the project moved to a newer version of Bootstrap and this page wasn't migrated. It would be useful to report such situations, since in the best case the page code or template could be cleaned up and in the worst case it doesn't render correctly.
There could be other reasons why a class doesn't match any CSS rules, for example it is attached to the wrong kind of tag.
Like with #6, we'd need proper CSS parsing to implement this.
The text was updated successfully, but these errors were encountered: