In this mixin can be found three params. The first two,justify content andalign-items, are mandatory params, and they have to be replaced by any of the available values listed above. flex-direction is an optional param inside the mixin, having by default the row value assigned.
Examples
sds-flex mixin using flex-direction param with its default value row:
@includesds-flex(center, center);
sds-flex mixin using flex-direction param personalized with column: