Grid

The grid system used in this version of components is based on the internal package from Little Miss Robot. For more info about the grid system: https://www.npmjs.com/package/@littlemissrobot/sass-container/v/1.1.3

Default

When there are no modifiers applied to the grid, it will render itself as columns and rows.

px

			
				<div class="l-grid">
	<div class="l-grid__col:12/12"><span>12</span></div>
</div>