diff --git a/docs/index.html b/docs/index.html index ada8c771..b895898b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -52,6 +52,7 @@
  • Themes
  • Customization
  • Class-less version
  • +
  • RTL
  • @@ -310,6 +311,22 @@ + +
    +
    +

    RTL

    +

    Support for right-to-left text in Pico.

    +
    +

    To enable RTL in Pico you need to set dir="rtl"on the <html< element.

    + +
    <!doctype html>
    +<html dir="rtl" lang="ar">
    +  ...
    +</html>
    + +

    The RTL feature is still experimental and will probably evolve.

    +
    +