bootstrap
bootstrap copied to clipboard
Remove the clearfix helper
Prerequisites
- [X] I have searched for duplicate or closed feature requests
- [X] I have read the contributing guidelines
Proposal
Considering that Bootstrap no longer supports old IE, nor does grids with floats, is the clearfix helper still necessary?
If not, should we just remove it to reduce the bundle size?
Motivation and context
This is small, but deleting unnecessary code is always good :)
can i work on it
Dropping it in v6 for display: flow-root utility.
Fixed by #41686