---
order: 15
title: "Grid Direction (RTL)"
nav: "grid-direction"
code-example: "false"
type: "getting-started"
description: "LostGrid is currently testing a beta version of Right-to-Left support."
beta: true

---

To take advantage of the right-to-left grids it is presently only a global option for all grids. It is prefixed with `--beta` in order to help guide the final API's design.

{% highlight css %}
@lost --beta-direction rtl;
{% endhighlight %}
