While exploring Bootstrap 5.0, I noticed that the card-columns class was missing and there is no mention of it or its alternative in the Bootstrap 5.0 documentation. However, it can still be found in the Bootstrap 4.6 documentation.
I understand that using CSS media queries with flex column is a potential solution, but in my situation, the dynamic addition of cards adds complexity to this approach.
Therefore, I am curious if there is a specific bootstrap method to achieve the functionality of card-columns in Bootstrap 5.0?