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
The new Grid support is great! In order to enable a grid to flow in a vertical direction, support for the property grid-auto-flow is needed.
The CSS needed to be supported would be along those lines:
.container { display: grid; grid-template-rows: 1fr 1fr 1fr; grid-auto-flow: column; }
The text was updated successfully, but these errors were encountered:
@grewn0uille I'd be happy to sponsor development on this issue. Please let me know your thoughts.
Sorry, something went wrong.
@LukasKlement We’d be happy too :) Could you send us a mail?
@grewn0uille I did on 1 May and 6 May.
@LukasKlement Mmh, we just spoted a misconfiguration of mails… Could you please resend it? Sorry for the inconvenience.
Successfully merging a pull request may close this issue.
The new Grid support is great! In order to enable a grid to flow in a vertical direction, support for the property grid-auto-flow is needed.
The CSS needed to be supported would be along those lines:
The text was updated successfully, but these errors were encountered: