You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Semantic includes special <a href="#reversed"><code>reversed</code></a> variations that allow you to reverse the order of columns or rows by device</p>
412
+
<div class="ui mobile reversed equal width grid">
413
+
<div class="column">
414
+
First
415
+
</div>
416
+
<div class="column">
417
+
Second
418
+
</div>
419
+
<div class="column">
420
+
Third
421
+
</div>
422
+
</div>
423
+
</div>
409
424
410
425
<div class="highlighted example">
411
426
<h4 class="ui header">Doubling</h4>
@@ -1270,6 +1285,101 @@ themes : ['Default']
1270
1285
</div>
1271
1286
</div>
1272
1287
</div>
1288
+
<div class="example" data-use-content="true" data-class="computer reversed, tablet reversed, mobile reversed, computer vertically reversed, mobile vertically reversed, tablet vertically reversed">
1289
+
<h4 class="ui header">Responsive Order</h4>
1290
+
<p>A grid or row can specify that its columns should reverse order at different device sizes</p>
1291
+
<div class="ui ignored warning message">Reversed grids are not yet compatible with variations like <code>divided</code> which require special <code>:first-child</code> and <code>:last-child</code> styling</div>
0 commit comments