6.5.4 #Flex - Gaps - rowr .flg-1
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-rowr [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 2511