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

Level 20: auto alignment #122

Closed
alexanderpas opened this issue Jun 18, 2020 · 1 comment
Closed

Level 20: auto alignment #122

alexanderpas opened this issue Jun 18, 2020 · 1 comment

Comments

@alexanderpas
Copy link

Both grid-template-columns: 50% 50%; and grid-template-columns: 1fr 1fr; are accepted as valid answers, but grid-template-columns: auto auto; is not considered a valid answer, when the result is exactly the same.

grid-template-columns: auto auto; should also be a valid answer.

@thomaspark
Copy link
Owner

Thanks @alexanderpas for the bug report. Pushing a fix for this now.

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