OOOOPS. Your browser seems to be too old for this. Please update your browser.
Teutonic CSS
Use it

No gap

The special gutter class .gap-no gives a border-collapsed look.

In this case the direct childs of .flex can be styled, no need for an extra encapsulated padding-div.

No gutter .flex.gap-no

 
 
 
 
 
 
 
 
<h3 class="flex wrap-no">
  <span>No gutter</span>
  <span class="span-auto text-thin text-mono">.flex.gap-no</span>
</h3>

<div class="flex gap-no ma-t_s">
  <div class="span-fifth box text-clip text-mono bg-b">&nbsp;</div>
  <div class="span-fifth box text-clip text-mono bg-c">&nbsp;</div>
  <div class="span-fifth box text-clip text-mono bg-d">&nbsp;</div>
  <div class="span-fifth box text-clip text-mono bg-e">&nbsp;</div>
  <div class="span-fifth box text-clip text-mono bg-f">&nbsp;</div>
  <div class="span-third box text-clip text-mono bg-g">&nbsp;</div>
  <div class="span-third box text-clip text-mono bg-h">&nbsp;</div>
  <div class="span-third box text-clip text-mono bg-i">&nbsp;</div>
</div>