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 repeat() inside grid-template #194

Closed
vrugtehagel opened this issue Jul 28, 2023 · 1 comment
Closed

Support repeat() inside grid-template #194

vrugtehagel opened this issue Jul 28, 2023 · 1 comment

Comments

@vrugtehagel
Copy link
Contributor

vrugtehagel commented Jul 28, 2023

Declarations such as

* {
    grid-template: auto / repeat(3, 1fr);
}

are perfectly valid CSS, but the CSS3 package doesn't recognize the repeat() function in this context.

image

It is recognized in grid-template-rows and grid-template-columns, however.

@argyleink
Copy link
Collaborator

closed by #196

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

2 participants