mojotech / jeet

The most advanced, yet intuitive, grid system available for Sass or Stylus
http://jeet.gs
MIT License
2.99k stars 260 forks source link

Rows with skipped elements? #531

Open blaasvaer opened 7 years ago

blaasvaer commented 7 years ago

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?

corysimmons commented 7 years ago

That looks correct. Can you put a reduced test case up somewhere?