Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rows with skipped elements? #531

Open
blaasvaer opened this issue Apr 27, 2017 · 1 comment
Open

Rows with skipped elements? #531

blaasvaer opened this issue Apr 27, 2017 · 1 comment

Comments

@blaasvaer
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants