-
With CSS grid, is there any way to imitate flex's
row-reverse
without resorting to this HTML email hack?.flipstack { direction: rlt; } .flipstack > * { direction: ltr; }
I feel like it's something that should be built-in but this hack is the only I've come up with. 😅