KSS Style Guide

6.5.3 #Flex - Gaps - row .flg-1

Toggle example guides Toggle HTML markup

Sets the margin of all children except last to margin var for 1.

Examples
Default styling
A div
B div
C div
.flg-1
Sets gaps to margin var for 1
A div
B div
C div
Markup
<div class="fld-row [modifier class]"><div class="fls-1-1">A div</div><div class="fls-1-1">B div</div><div class="fls-1-1">C div</div></div>
Source: dist/full/full.css, line 2479