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
I've noticed that the clearfix util is using the display: table/block method, however there is a more modern approach which is to use display: flow-root.
I've noticed that the clearfix util is using the
display: table/blockmethod, however there is a more modern approach which is to usedisplay: flow-root.A demo is here showing it off.