KSS Style Guide

6.4.3.2 #Flex - Direction - row - md .fld-md-row

Toggle example guides Toggle HTML markup

Sets display: flex and sets flex-direction of an element to row on md.

Examples
Default styling
A div
B div
.fld-md-row
Sets flex-direction to row on md
A div
B div
Markup
<div class="[modifier class]"><div>A div</div><div>B div</div></div>
Source: dist/full/full.css, line 5990