We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
That looks correct. Can you put a reduced test case up somewhere?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: