| Index: includes/styleguide/grid/reversed.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/styleguide/grid/reversed.md |
| @@ -0,0 +1,11 @@ |
| + |
| +### Reversed |
| + |
| +<div class="row reverse"> |
| + <div class="column one-fourth">A (one fourth)</div> |
| + <div class="column one-fourth">B (one fourth)</div> |
| + <div class="column one-fourth">C (one fourth)</div> |
| + <div class="column one-fourth">D (one fourth)</div> |
| + <div class="column three-fourths">E (three fourths)</div> |
| + <div class="column one-fourth">F (one fourth)</div> |
| +</div> |