To answer your question:
Note: For flexboxes, the stretch value behaves as flex-start or start. This is because, in flexboxes, stretching is controlled using the flex-grow property.
Just a quick check of the documentation should suffice as you said: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
scroll down to the stretch
property