Skip to content

Remove 'dense' option from grid-auto-flow #722

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seongminn
Copy link

Description

In CSS Grid, grid-auto-flow: row dense and grid-auto-flow: dense are essentially the same. row is the default flow, so row dense is just a way to explicitly state that the grid should fill rows and then try to fill in any holes as tightly as possible. The dense keyword alone means the same thing, as it prioritizes filling gaps over respecting the original item order.

Testing steps

Relates issues / PRs

Copy link

vercel bot commented May 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
themes-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 8:20am

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

Successfully merging this pull request may close these issues.

1 participant