[Improvement] Some missing options in flex justify-content

Apparently there's some options that show on BSS for the 'justify-content' property that do not conform with the flex standard: https://www.w3.org/TR/css-flexbox-1/#justify-content-property

The options should be: flex-start | flex-end | center | space-between | space-around

Are the other options BSS custom?

The space-* options do not show until I start typing them.

enter image description here

Sorry for replying so late!

The standard you linked to has been subsequently expanded with the additional properties, which is why they aren't listed there. You can see the full list here: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content

We will improve the autosuggestion by showing more properties so that all possible values are visible.