KSS Style Guide

6.4.3 #Flex - Direction - row .fld-row

Toggle example guides Toggle HTML markup

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/standard/standard.css, line 2144