-
Notifications
You must be signed in to change notification settings - Fork 191
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 justify-items CSS property #185
Conversation
Looks like |
Sure! Done... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct me if I'm wrong, but it looks like the syntax for this property has changed in the (too long) that this PR has been open.
css/properties.json
Outdated
@@ -4667,6 4667,21 @@ | |||
"order": "uniqueOrder", | |||
"status": "standard" | |||
}, | |||
"justify-items": { | |||
"syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ] | [ legacy || [ left | right | center ] ]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks as if this has changed: https://drafts.csswg.org/css-align-3/#propdef-justify-items. If you agree, and can update it, I'll merge this PR.
@wbamberg I updated the PR. Is it good now? It's annoying that it's stuck for so long. I was planning to add more stuff, but my PR has not been merged so my motivation floored. |
I know, I'm sorry about that. Thanks for your contribution. It looks good to me now, and since it already got the 👍 from lahmatiy, let's merge this. |
No worries, we all busy :) |
So now time for #184 :) |
I'm thankful too @pkuczynski for all your PRs. I would love to see more from you 🙏 |
We will see @frenic ;) |
Based on:
https://drafts.csswg.org/css-align-3/#propdef-justify-items
https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
Fixes #149, csstree/csstree#81