jeet
jeet copied to clipboard
Rows with skipped elements?
I have a problem when going below 1024px width and shifting from: @include column(1/4, $cycle: 4, $gutter: 0);
to: @include column(1/3, $cycle: 3, $gutter: 0);
The first row is fine. The next is missing the first two element (having only the last element in place before going to the next row).
What did I miss?
That looks correct. Can you put a reduced test case up somewhere?