Source: _sizes.scss, line 1
X should be in: [0, 4, 8, 16, 32, 64, 100, 128, 200, 250, 256, 512]
<div class="bg-blue w16 h16 inline-block"></div>
<div class="bg-yellow w32 h16 inline-block"></div>
<div class="bg-red w64 h32 inline-block"></div>
<div class="bg-green full-width h8"></div>
Source: _sizes.scss, line 20
X should be in: [0, 4, 8, 16, 32, 64, 100, 128, 200, 250, 256, 512]
<div class="bg-blue full-width h8 mb4"></div>
<div class="bg-red full-width h8 mb4"></div>
<div class="bg-yellow w256 h8 mr4 inline-block"></div><div class="bg-green w256 h8 mr4 inline-block"></div><div class="bg-black w256 h8 mr4 inline-block"></div>