Add "space-evenly" to justify-content documentation and adjusts others #859
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wanted to add missing docs for space-evenly, so I simply opened css specs https://drafts.csswg.org/css-align-3/.
While I was on it, I tried to simplify space-around description to not have to compare each space-* to each others.
Finally, I adjusted flex-* and center by just ripping css specs like I did for the other desc.
Feel free to reject some parts of this update. I think some other pages needs the same update.
PS: for the max-len of each lines, I just used prettier (locally on my editor) to avoid having lines too long, I think that could be a good idea to put that for other files too, I can help with that, it's very easy to setup.
@SidharthGuglani could you remove me as a reviewer here? Thanks!
There is some language here that seems more ambiguous than before. E.g. Center no longer specifies the axis, or we add specific terms like "main-start" or "cross-start" which are not consistent with other language.
We should do an update pass of the documentation (maybe when I migrate it to Docusaurus), but I think we the previous language here was concise and something we should keep/replicate.
Pull request closed