This PR drops a few grid classes and replaces most of their functionality with a new set of classes. Instead of .push-
/.pull
, we have .order-{1-12}
and .offset-
s have been removed. The former are made duplicate by the order
classes when combined with our move to flexbox, so we save some file size there. The latter can be largely replaced with margin utilities like .mr-auto
and .ml-auto
, as the new docs here show.