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

No gap

The .gap-no is a unique to Teutonic CSS. It gives you a border-collapsed look. Here you see how it in combination with the CSS grid.

The gap-no class also works standalone (vertically stacked), as well as with the Flexbox grid and the CSS columns.

Syntax: .grid.gap-no
SCSS: _gap-no.scss _grid.scss

No gutter .grid.gap-no

 
 
 
 
 
 
 
 
 
 
<h4 class="flex wrap-no">
  <span>No gutter</span>
  <span class="span-auto text-thin text-mono">.grid.gap-no</span>
</h4>
<div class="grid gap-no ma-t_s">
  <div class="span-2 box text-clip text-mono bg-b">&nbsp;</div>
  <div class="span-2 box text-clip text-mono bg-c">&nbsp;</div>
  <div class="span-2 box text-clip text-mono bg-d">&nbsp;</div>
  <div class="span-2 box text-clip text-mono bg-e">&nbsp;</div>
  <div class="span-2 box text-clip text-mono bg-f">&nbsp;</div>
  <div class="span-2 box text-clip text-mono bg-g">&nbsp;</div>
  <div class="span-3 box text-clip text-mono bg-h">&nbsp;</div>
  <div class="span-3 box text-clip text-mono bg-i">&nbsp;</div>
  <div class="span-3 box text-clip text-mono bg-j">&nbsp;</div>
  <div class="span-3 box text-clip text-mono bg-k">&nbsp;</div>
  
</div>