Can we add a .order-{$infix}-0 class to the grid framework to allow of columns to reset order on certain breakpoints?
Could be easily done by changing line 53 of mixins/_grid-framework.scss
@for $i from 1 through $columns {
to:
@for $i from 0 through $columns {
Not sure why you couldn't just make a PR, it takes like 2 seconds. But I think it's a useful addition. #25137
@kevdotbadger Not everyone is as comfortable with it, or maybe they're not sure how much to contribute (just the source? include dist?), or maybe it's something else. I generally ask instead of saying it takes no time :).
Either way, thank you for the PR! <3
Didn't mean any disrespect, apologise if it came across like that!
Most helpful comment
@kevdotbadger Not everyone is as comfortable with it, or maybe they're not sure how much to contribute (just the source? include dist?), or maybe it's something else. I generally ask instead of saying it takes no time :).
Either way, thank you for the PR! <3