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
Subgrid is currently still not supported in Chrome -> blocker Track the status on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Subgrid
The text was updated successfully, but these errors were encountered:
Subgrid class:
.subgrid { display: grid; grid-template-columns: subgrid; border: 1px solid red; grid-column: 1/span 2; gap: 0; }
gap can also be unset or inherit. Basically anything works.
Sorry, something went wrong.
The current Chrome update supports subgrid. There is no further blocker to this issue.
No branches or pull requests
Subgrid is currently still not supported in Chrome -> blocker
Track the status on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Subgrid
The text was updated successfully, but these errors were encountered: