Sizing
Code
Apply the classes as required for height h-{HEIGHT}, width w-{WIDTH}, flex-basis
fb-{WIDTH}, max-height mh-{HEIGHT} and max-width mw-{WIDTH} where
{HEIGHT} and {WIDTH} are one of the following values: 10, 20, 25, 33, 50,
66, 75, 80, 90, 100.
You can also apply breakpoint prefixes to height h-{PREFIX}-{HEIGHT}, width
w-{PREFIX}-{WIDTH}, flex-basis fb-{PREFIX}-{WIDTH}, max-height
mh-{PREFIX}-{HEIGHT} and max-width mw-{PREFIX}-{WIDTH} where {HEIGHT}
and {WIDTH} are one of the following values:
10, 20, 25, 33, 50, 66, 75, 80, 90, 100 and {PREFIX} is
s, m, l, xl.
<span class="w-33"></span>
<span class="mw-66"></span>
<span class="h-25"></span>
<span class="h-50"></span>
<span class="w-s-10"></span>
<span class="mw-l-90"></span>
<span class="h-m-20"></span>
<span class="mh-xl-80"></span>