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
On line 166 of grid.css.less, you should delete the .clearfix, there, as the expected behaviour of clearfix is meant to affect the :before and :after pseudo-elements and not the element itself.
The text was updated successfully, but these errors were encountered:
On line 166 of grid.css.less, you should delete the
.clearfix,
there, as the expected behaviour of clearfix is meant to affect the:before
and:after
pseudo-elements and not the element itself.The text was updated successfully, but these errors were encountered: