6.4.3 #Flex - Direction - row .fld-row
Sets display: flex and sets flex-direction of an element to row.
Examples
Default styling
A div
B div
.fld-row
Sets flex-direction to row
A div
B div
Markup
<div class="[modifier class]"><div>A div</div><div>B div</div></div>
Source:
dist/minimal/minimal.css
, line 2043