Defines the default justify-self for all flex/grid items. (MDN web docs)
Author: Mary Ditchen
Since: 0.9.0
Source: /source/patterns/utilities/justify-items.scss#L11
<!-- justify items center -->
<div class="u-justify-items-center">Justify Items Center</div>
<!-- justify items start -->
<div class="u-justify-items-start">Justify Items Start</div>
<!-- justify items end -->
<div class="u-justify-items-end">Justify Items End</div>
<!-- justify items stretch -->
<div class="u-justify-items-stretch">Justify Items Stretch</div>
Author: Mary Ditchen
Since: 0.9.0
Source: /source/patterns/utilities/justify-items.scss#L44
<!-- justify items baseline -->
<div class="u-justify-items-baseline">Justify Items Baseline</div>
Author: Mary Ditchen
Since: 0.9.0
Source: /source/patterns/utilities/justify-items.scss#L56
<!-- justify items inherit -->
<div class="u-justify-items-inherit">Justify Items Inherit</div>
<!-- justify items initial -->
<div class="u-justify-items-initial">Justify Items Initial</div>
<!-- justify items unset -->
<div class="u-justify-items-unset">Justify Items Unset</div>