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

Support grid-auto-flow: column #2142

Open
LukasKlement opened this issue May 1, 2024 · 4 comments · May be fixed by #2162
Open

Support grid-auto-flow: column #2142

LukasKlement opened this issue May 1, 2024 · 4 comments · May be fixed by #2162
Labels
feature New feature that should be supported sponsored Issues sponsored to be resolved faster

Comments

@LukasKlement
Copy link

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;
}
@grewn0uille grewn0uille added the feature New feature that should be supported label May 1, 2024
@grewn0uille grewn0uille changed the title Support grid-auto-flow Support grid-auto-flow: column May 2, 2024
@LukasKlement
Copy link
Author

@grewn0uille I'd be happy to sponsor development on this issue. Please let me know your thoughts.

@grewn0uille
Copy link
Member

@LukasKlement We’d be happy too :) Could you send us a mail?

@LukasKlement
Copy link
Author

@grewn0uille I did on 1 May and 6 May.

@grewn0uille
Copy link
Member

@LukasKlement Mmh, we just spoted a misconfiguration of mails… Could you please resend it?
Sorry for the inconvenience.

@liZe liZe added the sponsored Issues sponsored to be resolved faster label May 9, 2024
@liZe liZe pinned this issue May 9, 2024
@liZe liZe linked a pull request May 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that should be supported sponsored Issues sponsored to be resolved faster
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants