material-components-web
material-components-web copied to clipboard
feat(layout-grid): Add order device type
mdc-layout-grid__cell--order-{INDEX}-{TYPE_OF_DEVICE}
I can't think of a reason why mdc-layout-grid__cell--order would be needed except for wanting to use it to target a device type
@aeromac There are accessibility reasons. Content and visible layout order aren't always the same. It's just much more necessary for media size reasons
can we solve PR?