order() mixin does not support column margins or flush margins/padding.
Closed this issue · 5 comments
chris-muller commented
order()
doesn't take margins into account when adjusting positions.
It additionally does not re-apply flush padding and margin for the new positioned elements.
chris-muller commented
new-order() now works correctly with non-flush margins.
chris-muller commented
Flush margin support to be implemented at a later date.
chris-muller commented
Maybe offset by width and margin at same time.
chris-muller commented
Calc column widths might need to change to split it out to widths and margins. Add both as you go and skip it for flush margins.
chris-muller commented
Corrected order() feature by not re-setting the flush margins and just using left: positioning to simulate it.