Skip to content

Commit b22e628

Browse files
committed
adding README notes regarding dir attribute
1 parent 7c3b57f commit b22e628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Now add `dir="rtl"` or `dir="ltr"` attribute to your top level layout element:
3939
<body dir="rtl">
4040
```
4141

42-
Adding `dir="ltr"` is optional, because unless specified otherwise, LTR is assumed to be the default.
42+
43+
**Note:** _for all utilities to work as expected adding the **dir** attribute (both "rtl"/"ltr") to a top level tag is mandatory), even when "ltr" is assumed to be default._
4344

4445
## Installation
4546

0 commit comments

Comments
 (0)