6.4.4.3 #Flex - Direction - rowr - sm .fld-sm-rowr
Sets display: flex and sets flex-direction of an element to row-reverse on sm.
Examples
Default styling
A div
B div
.fld-sm-rowr
Sets flex-direction to row-reverse on sm
A div
B div
Markup
<div class="[modifier class]"><div>A div</div><div>B div</div></div>
Source:
dist/full/full.css
, line 4083