This drops the .center-block
mixin and class from v4 in favor of the relatively new .m-x-auto
. The former includes an explicit display: block;
while the latter is only margin-left/right: auto
. In the interest of keeping things lean, I'm voting .center-block
off the island.
This adds some minor docs tweaks to include an example, as well as a note to the migration docs.