6.4.4.2 #Flex - Direction - rowr - md .fld-md-rowr
Sets display: flex and sets flex-direction of an element to row-reverse on md.
Examples
Default styling
A div
B div
.fld-md-rowr
Sets flex-direction to row-reverse 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 6024