Skip to content

Commit a176bdc

Browse files
committed
feat: add RTL support to text align utilities
1 parent 845c82c commit a176bdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/_utilities.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,8 @@ $utilities: map-merge(
526526
start: left,
527527
end: right,
528528
center: center,
529-
)
529+
),
530+
rtl: true
530531
),
531532
"text-decoration": (
532533
property: text-decoration,

0 commit comments

Comments
 (0)