This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Closed
Description
If I have the following classes on an element: mdc-layout-grid__cell--span-4
, mdc-layout-grid__cell--span-6-tablet
I would expect/hope the element to span 6 columns in tablet breakpoint and 4 in others. The result is, however, that it spans 4 all the way. Could this be a place for improvement?