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

grid-auto-flow: column changed to row if inside a visited layer #650

Closed
jacobrask opened this issue Dec 21, 2023 · 0 comments
Closed

grid-auto-flow: column changed to row if inside a visited layer #650

jacobrask opened this issue Dec 21, 2023 · 0 comments

Comments

@jacobrask
Copy link
Contributor

This was a tricky bug to reduce to the minimal case, but here it goes:

  • Add grid-auto-flow: column
  • Place it inside a @layer
  • Add a visitor visiting layer-block
  • The output is now grid-auto-flow: row

Example playground

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

1 participant