Are there more documentation on how to work with Width ?
For the below, I understand it's two column but what does the 6 in u-width-6 do? Also, what is w in u-width-7--w?
<div class="o-layout"> <div class="o-layout__item u-width-6"> </div> <div class="o-layout__item u-width-6"> </div> </div>
For the below, I understand it's two column but what does the 6 in u-width-6 do? Also, what is w in u-width-7--w?
<div class="o-layout"> <div class="o-layout__item u-width-6"> </div> <div class="o-layout__item u-width-6"> </div> </div>
Comment