
jlampstack
23,904 PointsDoes using flex eliminate the need of using a .clearfix?
Does using flex eliminate the need of using a .clearfix?
1 Answer

Steven Parker
205,566 PointsIndeed it does.
Unlike floats, flex items are not taken out of the document flow, so you don't need any "tricks" to recover from using them. That's one of the reasons flex can be easier to work with,