KSS Style Guide

6.4.4 #Flex - Direction - rowr .fld-rowr

Toggle example guides Toggle HTML markup

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

Examples
Default styling
A div
B div
.fld-rowr
Sets flex-direction to row-reverse
A div
B div
Markup
<div class="[modifier class]"><div>A div</div><div>B div</div></div>
Source: dist/minimal/minimal.css, line 2077