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
repeat()
grid-template
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.
It is recognized in grid-template-rows and grid-template-columns, however.
grid-template-rows
grid-template-columns
The text was updated successfully, but these errors were encountered:
closed by #196
Sorry, something went wrong.
No branches or pull requests
Declarations such as
are perfectly valid CSS, but the CSS3 package doesn't recognize the
repeat()
function in this context.It is recognized in
grid-template-rows
andgrid-template-columns
, however.The text was updated successfully, but these errors were encountered: