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

Add input groups using subgrid where applicable #440

Open
Lenni009 opened this issue Sep 30, 2023 · 2 comments
Open

Add input groups using subgrid where applicable #440

Lenni009 opened this issue Sep 30, 2023 · 2 comments
Labels
CSS feature New feature or request

Comments

@Lenni009
Copy link
Member

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

@Lenni009
Copy link
Member Author

Lenni009 commented Sep 30, 2023

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.

@Lenni009
Copy link
Member Author

Lenni009 commented Oct 5, 2023

The current Chrome update supports subgrid. There is no further blocker to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS feature New feature or request
Projects
Development

No branches or pull requests

1 participant